[oe-commits] Alex Bennee : recode: Fix configure step.

git version control git at git.openembedded.org
Mon Sep 27 23:58:45 UTC 2010


Module: openembedded.git
Branch: master
Commit: ca59f2509b6eeac4879710ea9253b0f7ef35ef02
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ca59f2509b6eeac4879710ea9253b0f7ef35ef02

Author: Alex Bennee <ajb at cbnl.com>
Date:   Thu Aug 12 05:35:36 2010 +0000

recode: Fix configure step.

Use += instead of _append to  CC/CXX otherwise configure fails

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

xxxxxxxxxxxxx

---

 recipes/recode/recode_3.6.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb
index 3e7c6cd..be91084 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





More information about the Openembedded-commits mailing list