aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-06-19 11:54:42 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 12:20:20 +0200
commit06015d66c63701cb33b261f269b17f16bb755092 (patch)
treefb5b5a1884874566d1b43c4b77e1156c2939798a /meta-oe/recipes-extended
parente983da919e4e4cebc829a0b5fb32c81192b40d74 (diff)
downloadmeta-openembedded-contrib-06015d66c63701cb33b261f269b17f16bb755092.tar.gz
zsh: Blacklist because of broken with B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index db51f39605..86a546e6e9 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -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"