aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/pciutils/libpci
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/pciutils/libpci')
-rw-r--r--packages/cortexa57-poky-linux/pciutils/libpci/latest9
-rw-r--r--packages/cortexa57-poky-linux/pciutils/libpci/latest.pkg_postinst5
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/pciutils/libpci/latest b/packages/cortexa57-poky-linux/pciutils/libpci/latest
new file mode 100644
index 00000000000..1f69db3b693
--- /dev/null
+++ b/packages/cortexa57-poky-linux/pciutils/libpci/latest
@@ -0,0 +1,9 @@
+PV = 3.8.0
+PR = r0
+PKG = libpci3
+RPROVIDES = libpci (=3.8.0)
+RDEPENDS = glibc (>= 2.36) libudev (>= 251.8) zlib (>= 1.2.13)
+RRECOMMENDS =
+PKGSIZE = 67887
+FILES = /usr/lib/libpci.so.*
+FILELIST = /usr/lib/libpci.so.3 /usr/lib/libpci.so.3.8.0
diff --git a/packages/cortexa57-poky-linux/pciutils/libpci/latest.pkg_postinst b/packages/cortexa57-poky-linux/pciutils/libpci/latest.pkg_postinst
new file mode 100644
index 00000000000..ccf99782e54
--- /dev/null
+++ b/packages/cortexa57-poky-linux/pciutils/libpci/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