mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +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:
@@ -45,7 +45,7 @@ export HOST_SYS
|
|||||||
PACKAGES_prepend = "whiptail ${PN}-python "
|
PACKAGES_prepend = "whiptail ${PN}-python "
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sh autogen.sh
|
( cd ${S}; sh autogen.sh )
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_whiptail = "${bindir}/whiptail"
|
FILES_whiptail = "${bindir}/whiptail"
|
||||||
|
|||||||
Reference in New Issue
Block a user