mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
15d8e3227a
commit
a079fe2754
@@ -8,8 +8,6 @@ SECTION = "base/shell"
|
|||||||
LICENSE = "zsh"
|
LICENSE = "zsh"
|
||||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e"
|
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"
|
DEPENDS = "ncurses bison-native"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
||||||
@@ -38,7 +36,7 @@ ALTERNATIVE_PRIORITY = "100"
|
|||||||
export AUTOHEADER = "true"
|
export AUTOHEADER = "true"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
gnu-configize --force
|
gnu-configize --force ${S}
|
||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user