newt: enable native builds

(From OE-Core rev: b4be1b3cec07c0ec167959994e9250dcca20c273)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2015-07-10 23:52:01 +01:00
committed by Richard Purdie
parent 9f33c00a2f
commit 1537381d93
2 changed files with 4 additions and 0 deletions

View File

@@ -25,3 +25,5 @@ PACKAGES_remove = "whiptail"
FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/"
BBCLASSEXTEND = "native"

View File

@@ -52,3 +52,5 @@ do_compile_prepend() {
}
FILES_whiptail = "${bindir}/whiptail"
BBCLASSEXTEND = "native"