aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/gcc-runtime/libgomp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/gcc-runtime/libgomp')
-rw-r--r--packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest9
-rw-r--r--packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest.pkg_postinst5
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest b/packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest
new file mode 100644
index 00000000000..1c55067feed
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest
@@ -0,0 +1,9 @@
+PV = 12.2.0
+PR = r0
+PKG = libgomp1
+RPROVIDES = libgomp (=12.2.0)
+RDEPENDS = glibc (>= 2.36)
+RRECOMMENDS =
+PKGSIZE = 264872
+FILES = /usr/lib/libgomp*.so.*
+FILELIST = /usr/lib/libgomp.so.1 /usr/lib/libgomp.so.1.0.0
diff --git a/packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest.pkg_postinst b/packages/cortexa57-poky-linux/gcc-runtime/libgomp/latest.pkg_postinst
new file mode 100644
index 00000000000..ccf99782e54
--- /dev/null
+++ b/packages/cortexa57-poky-linux/gcc-runtime/libgomp/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