diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 11:20:38 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-28 11:21:13 +0200 |
commit | 3249005fd52217a2bc7157e29143cb8c4a909765 (patch) | |
tree | 34bca779c436f76120445c8d0e6c4fca5c17a1b5 /recipes/ipkg-utils | |
parent | 9d4a494cddc1d64c76773e6fb7b76ee229ba942e (diff) |
ipkg-utils: respect LDFLAGS, fix QA GNU_HASH error
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ipkg-utils')
-rw-r--r-- | 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 fe1f28be44..440c3e00d3 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 \ |