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:
0131d2e
)
ezxd_svn: Honour LDFLAGS to avoid QA GNU_HASH error.
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Sun, 2 Aug 2009 17:23:15 +0000
(17:23 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Sun, 2 Aug 2009 17:23:15 +0000
(17:23 +0000)
recipes/ezx/ezxd_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/ezx/ezxd_svn.bb
b/recipes/ezx/ezxd_svn.bb
index
ab1010c
..
ce0542f
100644
(file)
--- a/
recipes/ezx/ezxd_svn.bb
+++ b/
recipes/ezx/ezxd_svn.bb
@@
-19,6
+19,8
@@
S = "${WORKDIR}/${PN}"
CFLAGS_append = " -DDEBUG "
+TARGET_CC_ARCH += "${LDFLAGS}"
+
do_configure() {
sed -i -e s:CROSS:CC:g Makefile
}