From: Marcin Juszkiewicz Date: Wed, 18 Feb 2009 10:33:12 +0000 (+0100) Subject: e2fsprogs: use Koen's trick to get GNU_HASH section in binaries X-Git-Tag: Release-2010-05/1~3975^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac1c14116d9f683bd5b3b7541f3f0dbabd1b6f28;p=openembedded.git e2fsprogs: use Koen's trick to get GNU_HASH section in binaries This makes insane.bbclass happy. --- diff --git a/packages/e2fsprogs/e2fsprogs_1.38.bb b/packages/e2fsprogs/e2fsprogs_1.38.bb index 4957ba775b..5687556c78 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 )