diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-06 15:09:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-06 15:09:14 +0000 |
commit | 7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033 (patch) | |
tree | de02145ba4e68fa2802cf7c1cbb5c16ab0045a0b /meta | |
parent | 344a927a3ddb2b3983b51419c500ce40725066ee (diff) | |
download | openembedded-core-7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033.tar.gz openembedded-core-7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033.tar.bz2 openembedded-core-7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033.zip |
poky-eabi.inc: Increase ASNEEDED packages blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5145 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 48b3007f3e..8d74bf61e0 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -36,5 +36,8 @@ PREFERRED_VERSION_elfutils ?= "0.131" ASNEEDED = "-Wl,--as-needed" ASNEEDED_pn-console-tools = "" ASNEEDED_pn-distcc = "" +ASNEEDED_pn-openobex = "" +ASNEEDED_pn-icu = "" +ASNEEDED_pn-xserver-kdrive-xomap = "" TARGET_LDFLAGS += "${ASNEEDED}" |