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:
8c1731d
)
opkg-nogpg_svn.bb: link without `-Wl,--as-needed' for nylon
author
Martin Dietze
<herbert@spamcop.net>
Sun, 29 Nov 2009 20:20:21 +0000
(21:20 +0100)
committer
Martin Dietze
<herbert@spamcop.net>
Sun, 29 Nov 2009 20:20:21 +0000
(21:20 +0100)
* nylon uses a gcc3-based toolchain which does not support this option, thus added an override
recipes/opkg/opkg-nogpg_svn.bb
patch
|
blob
|
history
diff --git
a/recipes/opkg/opkg-nogpg_svn.bb
b/recipes/opkg/opkg-nogpg_svn.bb
index
9ddc589
..
33d9987
100644
(file)
--- a/
recipes/opkg/opkg-nogpg_svn.bb
+++ b/
recipes/opkg/opkg-nogpg_svn.bb
@@
-20,5
+20,8
@@
LDFLAGS_append = " -Wl,--as-needed"
do_configure_prepend() {
sed -i -e s:-Werror::g ${S}/libopkg/Makefile.am
}
+do_configure_prepend_nylon() {
+ LDFLAGS="`echo "$LDFLAGS" | sed "s/ -Wl,--as-needed//"`"
+}
DEFAULT_PREFERENCE = "-1"