aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/which/which
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/which/which')
-rw-r--r--packages/cortexa57-poky-linux/which/which/latest8
-rw-r--r--packages/cortexa57-poky-linux/which/which/latest.pkg_postinst3
-rw-r--r--packages/cortexa57-poky-linux/which/which/latest.pkg_prerm3
3 files changed, 14 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/which/which/latest b/packages/cortexa57-poky-linux/which/which/latest
new file mode 100644
index 000000000000..81e414c1c7fb
--- /dev/null
+++ b/packages/cortexa57-poky-linux/which/which/latest
@@ -0,0 +1,8 @@
+PV = 2.21
+PR = r3
+RPROVIDES =
+RDEPENDS = glibc (>= 2.36) update-alternatives-opkg
+RRECOMMENDS =
+PKGSIZE = 68096
+FILES = /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/which /usr/lib/which/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers
+FILELIST = /usr/bin/which.which
diff --git a/packages/cortexa57-poky-linux/which/which/latest.pkg_postinst b/packages/cortexa57-poky-linux/which/which/latest.pkg_postinst
new file mode 100644
index 000000000000..75ef7bed5511
--- /dev/null
+++ b/packages/cortexa57-poky-linux/which/which/latest.pkg_postinst
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+ update-alternatives --install /usr/bin/which which /usr/bin/which.which 100
diff --git a/packages/cortexa57-poky-linux/which/which/latest.pkg_prerm b/packages/cortexa57-poky-linux/which/which/latest.pkg_prerm
new file mode 100644
index 000000000000..291ff235b196
--- /dev/null
+++ b/packages/cortexa57-poky-linux/which/which/latest.pkg_prerm
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+ update-alternatives --remove which /usr/bin/which.which