aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/recode
diff options
context:
space:
mode:
authorAlex Bennee <ajb@cbnl.com>2010-08-12 05:35:36 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-27 16:57:06 -0700
commitca59f2509b6eeac4879710ea9253b0f7ef35ef02 (patch)
treedaea2a43e7c255eb6cb90d73ebb1344ca66a2ce5 /recipes/recode
parent073f3eb34b6cc28c54e79b9113376324e433ba50 (diff)
downloadopenembedded-ca59f2509b6eeac4879710ea9253b0f7ef35ef02.tar.gz
recode: Fix configure step.
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
Diffstat (limited to 'recipes/recode')
-rw-r--r--recipes/recode/recode_3.6.bb2
1 files changed, 1 insertions, 1 deletions
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