diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 02:05:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:25 +0000 |
commit | 748085df6401316ecefbc1d20a01c7d923b42e54 (patch) | |
tree | 3461fd6a63b4134dd8042db7bb2ee66d68a315bf /meta | |
parent | 6b94c4c13aa093d594abb8caadea55e4f27f545a (diff) | |
download | poky-748085df6401316ecefbc1d20a01c7d923b42e54.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb b/meta/recipes-extended/newt/libnewt_0.52.14.bb index c1ec029c56..54da15df34 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.14.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.14.bb | |||
@@ -45,7 +45,7 @@ export HOST_SYS | |||
45 | PACKAGES_prepend = "whiptail ${PN}-python " | 45 | PACKAGES_prepend = "whiptail ${PN}-python " |
46 | 46 | ||
47 | do_configure_prepend() { | 47 | do_configure_prepend() { |
48 | sh autogen.sh | 48 | ( cd ${S}; sh autogen.sh ) |
49 | } | 49 | } |
50 | 50 | ||
51 | FILES_whiptail = "${bindir}/whiptail" | 51 | FILES_whiptail = "${bindir}/whiptail" |