diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-07 09:58:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-07 09:58:19 +0000 |
commit | 491cbeae9c8fbb4d61078847087c1e3ff81e4aa8 (patch) | |
tree | 656a5f4a19098df2134496330c662ad8dda53717 /meta | |
parent | d396ff191a1a7d2d9916ba4a36e796a127945ae3 (diff) | |
download | poky-491cbeae9c8fbb4d61078847087c1e3ff81e4aa8.tar.gz |
poky-eabi.inc: Add puzzles to asneeded blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5150 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index e62f178cb6..135012404c 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc | |||
@@ -41,5 +41,6 @@ ASNEEDED_pn-icu = "" | |||
41 | ASNEEDED_pn-xserver-kdrive-xomap = "" | 41 | ASNEEDED_pn-xserver-kdrive-xomap = "" |
42 | ASNEEDED_pn-minimo = "" | 42 | ASNEEDED_pn-minimo = "" |
43 | ASNEEDED_pn-pciutils = "" | 43 | ASNEEDED_pn-pciutils = "" |
44 | ASNEEDED_pn-puzzles = "" | ||
44 | 45 | ||
45 | TARGET_LDFLAGS += "${ASNEEDED}" | 46 | TARGET_LDFLAGS += "${ASNEEDED}" |