[oe-commits] : angstrom-libc-fixup-hack: add hack to fix runtime crashes for programs that linked against libc. so in the time the toolchain was broken. This package will be used till the feeds have been cleaned out.

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 17 11:15:29 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 6ef4b555c5a99777b0df5e93c2f66c993084d7da
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=6ef4b555c5a99777b0df5e93c2f66c993084d7da

Author:  <koen at openembedded.org>
Date:   Wed Sep 17 07:57:24 2008 +0000

angstrom-libc-fixup-hack: add hack to fix runtime crashes for programs that linked against libc.so in the time the toolchain was broken. This package will be used till the feeds have been cleaned out.

---

 packages/angstrom/angstrom-libc-fixup-hack.bb |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/packages/angstrom/angstrom-libc-fixup-hack.bb b/packages/angstrom/angstrom-libc-fixup-hack.bb
new file mode 100644
index 0000000..bf4339a
--- /dev/null
+++ b/packages/angstrom/angstrom-libc-fixup-hack.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Fixup some miscompiled apps by making an extra symlink"
+
+PACKAGE_ARCH = "all"
+ALLOW_EMPTY_${PN} = "1"
+
+pkg_postinst_${PN}() {
+if [ "x$D" != "x" ]; then
+	exit 1
+fi
+ln -sf /lib/libc.so.6 /lib/libc.so
+}





More information about the Openembedded-commits mailing list