[oe-commits] Martin Jansa : zsh: Blacklist because of broken with B!=S

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 11:45:05 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 09a85d19068ac16626e46991ebea9dd938c9e35b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=09a85d19068ac16626e46991ebea9dd938c9e35b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 11:54:42 2014 +0200

zsh: Blacklist because of broken with B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/zsh/zsh.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index db51f39..86a546e 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"



More information about the Openembedded-commits mailing list