[oe-commits] Raphael Silva : zsh: fixing B!=S build issue

git at git.openembedded.org git at git.openembedded.org
Wed Dec 17 16:37:15 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: b7223e63bd085058c0470f55590a56f53848c0b1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b7223e63bd085058c0470f55590a56f53848c0b1

Author: Raphael Silva <rapphil at gmail.com>
Date:   Tue Dec 16 16:15:58 2014 -0200

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 6dc40bf..b8fce80 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
 }
 



More information about the Openembedded-commits mailing list