From: Richard Purdie Date: Sat, 6 Sep 2008 15:09:14 +0000 (+0000) Subject: poky-eabi.inc: Increase ASNEEDED packages blacklist X-Git-Tag: 2011-1~8361 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033;p=openembedded-core.git poky-eabi.inc: Increase ASNEEDED packages blacklist git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5145 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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}"