From ca59f2509b6eeac4879710ea9253b0f7ef35ef02 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Thu, 12 Aug 2010 05:35:36 +0000 Subject: [PATCH] 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 --- recipes/recode/recode_3.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5