From: Stefan Schmidt Date: Sun, 2 Aug 2009 17:23:15 +0000 (+0000) Subject: ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error. X-Git-Tag: Release-2010-05/1~2822 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90e9a08275bf5cdad4f439c66beca928e453cad;p=openembedded.git ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error. --- 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 }