diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 01:53:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-09 14:59:01 +0200 |
commit | 2e7f3ce93b2c9864037fba8cc68fde46aafac4b0 (patch) | |
tree | d54e7ac086e9d02353bd77bd33569d02afdcc55e /meta-oe/recipes-devtools | |
parent | d17503d5c751322280c4f25408b44e723642b3a5 (diff) | |
download | meta-openembedded-2e7f3ce93b2c9864037fba8cc68fde46aafac4b0.tar.gz |
emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist recipes failing in world builds
* these are failing for last couple months, blacklist them until someone
steps up and starts maintaining them
* see http://www.openembedded.org/wiki/Bitbake_World_Status
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb index 36a1729f0..a5e76e996 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb | |||
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=c88f99decec11afa967ad33d314f87fe | |||
15 | file://../xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ | 15 | file://../xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ |
16 | " | 16 | " |
17 | 17 | ||
18 | PNBLACKLIST[tk] = "tk8.6.0/unix/libtk8.6.so: error: undefined reference to 'FcCharSetHasChar'" | ||
19 | |||
18 | DEPENDS = "tcl virtual/libx11 libxt" | 20 | DEPENDS = "tcl virtual/libx11 libxt" |
19 | 21 | ||
20 | SRC_URI = "\ | 22 | SRC_URI = "\ |