]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-eabi.inc: Increase ASNEEDED packages blacklist
authorRichard Purdie <richard@openedhand.com>
Sat, 6 Sep 2008 15:09:14 +0000 (15:09 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 6 Sep 2008 15:09:14 +0000 (15:09 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5145 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-eabi.inc

index 48b3007f3efd7853fb8f495a0a73b0a6bd01d45d..8d74bf61e0f7f96de210c48f90e819307a45a0e7 100644 (file)
@@ -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}"