[oe] [meta-oe][PATCH] zsh: fixing B!=S build issue

Raphael Silva rapphil at gmail.com
Tue Dec 16 18:15:58 UTC 2014


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 at gmail.com>
---
 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




More information about the Openembedded-devel mailing list