aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/boost/boost-wave
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/boost/boost-wave')
-rw-r--r--packages/cortexa57-poky-linux/boost/boost-wave/latest9
-rw-r--r--packages/cortexa57-poky-linux/boost/boost-wave/latest.pkg_postinst5
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/boost/boost-wave/latest b/packages/cortexa57-poky-linux/boost/boost-wave/latest
new file mode 100644
index 000000000000..d44b9aaa14ef
--- /dev/null
+++ b/packages/cortexa57-poky-linux/boost/boost-wave/latest
@@ -0,0 +1,9 @@
+PV = 1.80.0
+PR = r0
+PKG = libboost-wave1.80.0
+RPROVIDES = boost-wave (=1.80.0)
+RDEPENDS = boost-thread (>= 1.80.0) glibc (>= 2.36) libgcc (>= 12.2.0) libstdc++ (>= 12.2.0)
+RRECOMMENDS =
+PKGSIZE = 985936
+FILES = /usr/lib/libboost_wave*.so.*
+FILELIST = /usr/lib/libboost_wave.so.1.80.0
diff --git a/packages/cortexa57-poky-linux/boost/boost-wave/latest.pkg_postinst b/packages/cortexa57-poky-linux/boost/boost-wave/latest.pkg_postinst
new file mode 100644
index 000000000000..ccf99782e54a
--- /dev/null
+++ b/packages/cortexa57-poky-linux/boost/boost-wave/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