[oe] [PATCH 2/2] recode: Fix configure step.

kernel-hacker at bennee.com kernel-hacker at bennee.com
Thu Aug 12 15:35:36 UTC 2010


From: Alex Bennee <ajb at cbnl.com>

Add space to appended CC/CXX otherwise configure fails

Signed-off-by: Alex Bennee <ajb at cbnl.com>
---
 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..0cdd43d 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_append = " ${LDFLAGS}"
 
 do_configure() {
 	gnu-configize
-- 
1.7.2.1





More information about the Openembedded-devel mailing list