aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorRaphael Silva <rapphil@gmail.com>2014-12-16 16:15:58 -0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-19 20:10:57 +0100
commita079fe2754ca0ac60ca00ca1653f770fc7b9ce14 (patch)
tree586e93fa14ccabcdb02e935bbd77e7f7cc04965a /meta-oe
parent15d8e3227ab5e934bf76f021aea8a201d128ce44 (diff)
downloadmeta-openembedded-contrib-a079fe2754ca0ac60ca00ca1653f770fc7b9ce14.tar.gz
zsh: fixing B!=S build issue
Provided correct path for gnu-configize, since It is beeing executed in ${B} so It is not able to find configure.ac Signed-off-by: Raphael Silva <rapphil@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/zsh/zsh.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc
index 6dc40bf508..b8fce807aa 100644
--- a/meta-oe/recipes-extended/zsh/zsh.inc
+++ b/meta-oe/recipes-extended/zsh/zsh.inc
@@ -8,8 +8,6 @@ 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"
@@ -38,7 +36,7 @@ ALTERNATIVE_PRIORITY = "100"
export AUTOHEADER = "true"
do_configure () {
- gnu-configize --force
+ gnu-configize --force ${S}
oe_runconf
}