From: Alex Bennee Date: Thu, 12 Aug 2010 05:35:36 +0000 (+0000) Subject: recode: Fix configure step. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca59f2509b6eeac4879710ea9253b0f7ef35ef02;p=openembedded.git recode: Fix configure step. Use += instead of _append to CC/CXX otherwise configure fails Signed-off-by: Alex Bennee Signed-off-by: Khem Raj xxxxxxxxxxxxx --- diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb index 3e7c6cd572..be91084608 100644 --- a/recipes/recode/recode_3.6.bb +++ b/recipes/recode/recode_3.6.bb @@ -8,7 +8,7 @@ SRC_URI = "${GNU_MIRROR}/recode/recode-${PV}.tar.gz \ inherit autotools -TARGET_CC_ARCH_append = "${LDFLAGS}" +TARGET_CC_ARCH += "${LDFLAGS}" do_configure() { gnu-configize