aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-08-02 17:23:15 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-08-02 17:23:15 +0000
commita90e9a08275bf5cdad4f439c66beca928e453cad (patch)
tree00d74c634b25aeef583a0be1083337fc07d4a8c0 /recipes
parent0131d2ec1d1e49a1facbc02234d5a70f8b67425e (diff)
downloadopenembedded-a90e9a08275bf5cdad4f439c66beca928e453cad.tar.gz
ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ezx/ezxd_svn.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/ezx/ezxd_svn.bb b/recipes/ezx/ezxd_svn.bb
index ab1010c48e..ce0542fba2 100644
--- a/recipes/ezx/ezxd_svn.bb
+++ b/recipes/ezx/ezxd_svn.bb
@@ -19,6 +19,8 @@ S = "${WORKDIR}/${PN}"
CFLAGS_append = " -DDEBUG "
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_configure() {
sed -i -e s:CROSS:CC:g Makefile
}