aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/ncurses/ncurses-libform
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/ncurses/ncurses-libform')
-rw-r--r--packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest9
-rw-r--r--packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest.pkg_postinst5
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest b/packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest
new file mode 100644
index 00000000000..f7b00cb16c1
--- /dev/null
+++ b/packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest
@@ -0,0 +1,9 @@
+PV = 6.3+20220423
+PR = r0
+PKG = libform5
+RPROVIDES = ncurses-libform (=6.3+20220423)
+RDEPENDS = glibc (>= 2.36) ncurses-libncurses (>= 6.3+20220423) ncurses-libtinfo (>= 6.3+20220423)
+RRECOMMENDS =
+PKGSIZE = 68454
+FILES = /usr/lib/libform.so.5 /usr/lib/libform.so.5.9
+FILELIST = /usr/lib/libform.so.5 /usr/lib/libform.so.5.9
diff --git a/packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest.pkg_postinst b/packages/cortexa57-poky-linux/ncurses/ncurses-libform/latest.pkg_postinst
new file mode 100644
index 00000000000..ccf99782e54
--- /dev/null
+++ b/packages/cortexa57-poky-linux/ncurses/ncurses-libform/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