zsh: Blacklist because of broken with B!=S
authorMartin Jansa <Martin.Jansa@gmail.com>
Thu, 19 Jun 2014 09:54:42 +0000 (11:54 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:39:04 +0000 (08:39 -0800)
(From meta-openembedded rev: 06015d66c63701cb33b261f269b17f16bb755092)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/zsh/zsh.inc

index db51f39..86a546e 100644 (file)
@@ -8,6 +8,8 @@ SECTION = "base/shell"
 LICENSE = "zsh"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e"
 
+PNBLACKLIST[zsh] = "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})"
+
 DEPENDS = "ncurses bison-native"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"