summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-06 15:09:14 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-06 15:09:14 +0000
commit7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033 (patch)
treede02145ba4e68fa2802cf7c1cbb5c16ab0045a0b
parent344a927a3ddb2b3983b51419c500ce40725066ee (diff)
downloadpoky-7192a61a5a2bb0f5446d79ad8a58fbbb5efc5033.tar.gz
poky-eabi.inc: Increase ASNEEDED packages blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5145 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/include/poky-eabi.inc3
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"
36ASNEEDED = "-Wl,--as-needed" 36ASNEEDED = "-Wl,--as-needed"
37ASNEEDED_pn-console-tools = "" 37ASNEEDED_pn-console-tools = ""
38ASNEEDED_pn-distcc = "" 38ASNEEDED_pn-distcc = ""
39ASNEEDED_pn-openobex = ""
40ASNEEDED_pn-icu = ""
41ASNEEDED_pn-xserver-kdrive-xomap = ""
39 42
40TARGET_LDFLAGS += "${ASNEEDED}" 43TARGET_LDFLAGS += "${ASNEEDED}"