mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 13:01:01 +00:00
libnewt: Fix ${B} != ${S} (partial)
Fix low hanging out of tree build issue but others remain. (From OE-Core rev: 414f748ee499f629bf50eb3fa70e20e2105b3c49) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6b94c4c13a
commit
748085df64
@ -45,7 +45,7 @@ export HOST_SYS
|
||||
PACKAGES_prepend = "whiptail ${PN}-python "
|
||||
|
||||
do_configure_prepend() {
|
||||
sh autogen.sh
|
||||
( cd ${S}; sh autogen.sh )
|
||||
}
|
||||
|
||||
FILES_whiptail = "${bindir}/whiptail"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user