[oe-commits] Marcin Juszkiewicz : e2fsprogs: use Koen' s trick to get GNU_HASH section in binaries

GIT User account git at amethyst.openembedded.net
Fri Feb 20 16:47:03 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ac1c14116d9f683bd5b3b7541f3f0dbabd1b6f28
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac1c14116d9f683bd5b3b7541f3f0dbabd1b6f28

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Feb 18 11:33:12 2009 +0100

e2fsprogs: use Koen's trick to get GNU_HASH section in binaries

This makes insane.bbclass happy.

---

 packages/e2fsprogs/e2fsprogs_1.38.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/e2fsprogs/e2fsprogs_1.38.bb b/packages/e2fsprogs/e2fsprogs_1.38.bb
index 4957ba7..5687556 100644
--- a/packages/e2fsprogs/e2fsprogs_1.38.bb
+++ b/packages/e2fsprogs/e2fsprogs_1.38.bb
@@ -1,11 +1,13 @@
 require e2fsprogs.inc
 
-PR = "r18"
+PR = "r19"
 
 SRC_URI += "file://no-hardlinks.patch;patch=1 \
 	    file://mkinstalldirs.patch;patch=1 \
 	   "
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_compile_prepend () {
 	find ./ -print|xargs chmod u=rwX
 	( cd util; ${BUILD_CC} subst.c -o subst )





More information about the Openembedded-commits mailing list