Provided correct path for gnu-configize, since It
is beeing executed in ${B} so It is not able to find
configure.acSigned-off-by: Raphael Silva <[email protected]> --- meta-oe/recipes-extended/zsh/zsh.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc index 86a546e..e18c25f 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc @@ -8,7 +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" @@ -38,7 +37,7 @@ ALTERNATIVE_PRIORITY = "100" export AUTOHEADER = "true" do_configure () { - gnu-configize --force + gnu-configize --force ${S} oe_runconf } -- 2.2.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
