1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +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:
Richard Purdie
2013-03-18 02:05:11 +00:00
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"