From a079fe2754ca0ac60ca00ca1653f770fc7b9ce14 Mon Sep 17 00:00:00 2001 From: Raphael Silva Date: Tue, 16 Dec 2014 16:15:58 -0200 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/zsh/zsh.inc | 4 +--- 1 file changed, 1 insertion(+), 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 } -- cgit 1.2.3-korg