aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm')
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest8
-rw-r--r--packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest.pkg_postinst5
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest
new file mode 100644
index 000000000000..54a935f6ecfa
--- /dev/null
+++ b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest
@@ -0,0 +1,8 @@
+PV = 1.75.0
+PR = r0
+RPROVIDES =
+RDEPENDS = glibc (>= 2.39+git0+31da30f23c) libgcc (>= 13.2.0) libstdc++ (>= 13.2.0)
+RRECOMMENDS =
+PKGSIZE = 11442408
+FILES = /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.* /etc /com /var /bin/* /sbin/* /lib/*.so.* /lib/udev /usr/lib/udev /lib/udev /usr/lib/udev /usr/share/rust-llvm /usr/lib/rust-llvm/* /usr/share/pixmaps /usr/share/applications /usr/share/idl /usr/share/omf /usr/share/sounds /usr/lib/bonobo/servers /usr/lib/libLLVM*.so.* /usr/lib/llvm-rust/lib/*.so.* /usr/lib/llvm-rust/bin
+FILELIST = /usr/lib/llvm-rust/bin/FileCheck /usr/lib/llvm-rust/bin/UnicodeNameMappingGenerator /usr/lib/llvm-rust/bin/count /usr/lib/llvm-rust/bin/lli-child-target /usr/lib/llvm-rust/bin/llvm-PerfectShuffle /usr/lib/llvm-rust/bin/llvm-jitlink-executor /usr/lib/llvm-rust/bin/llvm-tblgen /usr/lib/llvm-rust/bin/not /usr/lib/llvm-rust/bin/obj2yaml /usr/lib/llvm-rust/bin/split-file /usr/lib/llvm-rust/bin/yaml-bench /usr/lib/llvm-rust/bin/yaml2obj /usr/lib/llvm-rust/lib/libRemarks.so.17
diff --git a/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest.pkg_postinst b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/latest.pkg_postinst
new file mode 100644
index 000000000000..ccf99782e54a
--- /dev/null
+++ b/packages/cortexa15t2hf-neon-poky-linux-gnueabi/rust-llvm/rust-llvm/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