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, 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"
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})"
12
11DEPENDS = "ncurses bison-native" 13DEPENDS = "ncurses bison-native"
12 14
13SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" 15SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"