From a90e9a08275bf5cdad4f439c66beca928e453cad Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Sun, 2 Aug 2009 17:23:15 +0000 Subject: [PATCH] ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error. --- recipes/ezx/ezxd_svn.bb | 2 ++ 1 file changed, 2 insertions(+) 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 } -- 2.39.2