recode: Fix configure step.
authorAlex Bennee <ajb@cbnl.com>
Thu, 12 Aug 2010 05:35:36 +0000 (05:35 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 27 Sep 2010 23:57:06 +0000 (16:57 -0700)
Use += instead of _append to  CC/CXX otherwise configure fails

Signed-off-by: Alex Bennee <ajb@cbnl.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
xxxxxxxxxxxxx

recipes/recode/recode_3.6.bb

index 3e7c6cd..be91084 100644 (file)
@@ -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