From: Martin Jansa Date: Mon, 28 Jun 2010 09:20:38 +0000 (+0200) Subject: ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error X-Git-Tag: sz_173~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0506491b7b2d38322a09711f116121ea38e5b8f;p=openembedded.git ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error Signed-off-by: Martin Jansa Conflicts: recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb --- diff --git a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb index 8baffd24c7..5350da8016 100644 --- a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb +++ b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb @@ -3,9 +3,11 @@ SECTION = "base" PRIORITY = "optional" LICENSE = "GPL" CONFLICTS = "ipkg-link" -RDEPENDS = "python" -SRCDATE = "20050404" -PR = "r23" +RDEPENDS_${PN} = "python" +SRCDATE = "20050930" +PR = "r26" + +TARGET_CC_ARCH += "${LDFLAGS}" SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ file://ipkg-utils-fix.patch;patch=1 \