ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error
authorMartin Jansa <Martin.Jansa@gmail.com>
Mon, 28 Jun 2010 09:20:38 +0000 (11:20 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Mon, 6 Jul 2015 20:29:01 +0000 (23:29 +0300)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Conflicts:
recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb

recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb

index 8baffd2..5350da8 100644 (file)
@@ -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 \