git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073f3eb
)
recode: Fix configure step.
author
Alex Bennee
<ajb@cbnl.com>
Thu, 12 Aug 2010 05:35:36 +0000
(
05:35
+0000)
committer
Khem 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
patch
|
blob
|
history
diff --git
a/recipes/recode/recode_3.6.bb
b/recipes/recode/recode_3.6.bb
index
3e7c6cd
..
be91084
100644
(file)
--- 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