[email protected] wrote:
From: Alex Bennee <[email protected]>
Add space to appended CC/CXX otherwise configure fails
Signed-off-by: Alex Bennee <[email protected]>
---
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
iirc this should become TARGET_CC_ARCH += "${LDFLAGS}" as then the space
will be added and it looks cleaner.
--
Tom Rini
Mentor Graphics Corporation
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel