diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-10 14:04:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-10 14:04:55 +0000 |
commit | eecb3f9a83b807f15de19e47c4811c3b74bff99f (patch) | |
tree | 031e269f93299098775373f2d184f8d8dda6ea46 | |
parent | 7e3f8e5f6c109cde86986f5b3500595b95128b1a (diff) | |
download | openembedded-core-eecb3f9a83b807f15de19e47c4811c3b74bff99f.tar.gz openembedded-core-eecb3f9a83b807f15de19e47c4811c3b74bff99f.tar.bz2 openembedded-core-eecb3f9a83b807f15de19e47c4811c3b74bff99f.zip |
poky-eabi.inc: Blacklist matchbox-wm-2 for broken as needed handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5164 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 135012404c..f22a0ed02d 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -42,5 +42,6 @@ ASNEEDED_pn-xserver-kdrive-xomap = "" ASNEEDED_pn-minimo = "" ASNEEDED_pn-pciutils = "" ASNEEDED_pn-puzzles = "" +ASNEEDED_pn-matchbox-wm-2 = "" TARGET_LDFLAGS += "${ASNEEDED}" |