diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-19 11:54:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 12:20:20 +0200 |
commit | 06015d66c63701cb33b261f269b17f16bb755092 (patch) | |
tree | fb5b5a1884874566d1b43c4b77e1156c2939798a /meta-oe/recipes-extended/zsh | |
parent | e983da919e4e4cebc829a0b5fb32c81192b40d74 (diff) | |
download | meta-openembedded-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/zsh')
-rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 2 |
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 db51f3960..86a546e6e 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc | |||
@@ -8,6 +8,8 @@ SECTION = "base/shell" | |||
8 | LICENSE = "zsh" | 8 | LICENSE = "zsh" |
9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" | 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" |
10 | 10 | ||
11 | PNBLACKLIST[zsh] = "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})" | ||
12 | |||
11 | DEPENDS = "ncurses bison-native" | 13 | DEPENDS = "ncurses bison-native" |
12 | 14 | ||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" |