aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/systemd/libnss-mymachines
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/systemd/libnss-mymachines')
-rw-r--r--packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest10
-rw-r--r--packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest.pkg_postinst5
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest b/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest
new file mode 100644
index 000000000000..aba10a74b64d
--- /dev/null
+++ b/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest
@@ -0,0 +1,10 @@
+PE = 1
+PV = 251.8
+PR = r0
+PKG = libnss-mymachines2
+RPROVIDES = libnss-mymachines (=251.8)
+RDEPENDS = glibc (>= 2.36) libcap (>= 2.66)
+RRECOMMENDS =
+PKGSIZE = 399256
+FILES = /lib/libnss_mymachines.so.2
+FILELIST = /lib/libnss_mymachines.so.2
diff --git a/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest.pkg_postinst b/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest.pkg_postinst
new file mode 100644
index 000000000000..ccf99782e54a
--- /dev/null
+++ b/packages/cortexa57-poky-linux/systemd/libnss-mymachines/latest.pkg_postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+if [ x"$D" = "x" ]; then
+ if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi
+fi