summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/zsh')
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 86a546e6e9..6dc40bf508 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -8,7 +8,7 @@ SECTION = "base/shell"
8LICENSE = "zsh" 8LICENSE = "zsh"
9LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" 9LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e"
10 10
11PNBLACKLIST[zsh] = "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})" 11PNBLACKLIST[zsh] ?= "BROKEN: doesn't build with B!=S (gnu-configize executed in ${B})"
12 12
13DEPENDS = "ncurses bison-native" 13DEPENDS = "ncurses bison-native"
14 14