[oe-commits] Martin Jansa : ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error

git version control git at git.openembedded.org
Mon Jun 28 09:21:55 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun 28 11:20:38 2010 +0200

ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
index fe1f28b..440c3e0 100644
--- a/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
+++ b/recipes/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
@@ -5,7 +5,9 @@ LICENSE = "GPL"
 CONFLICTS = "ipkg-link"
 RDEPENDS_${PN} = "python"
 SRCDATE = "20050930"
-PR = "r25"
+PR = "r26"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
 
 SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
            file://ipkg-utils-fix.patch \





More information about the Openembedded-commits mailing list