]> code.ossystems Code Review - openembedded-core.git/commitdiff
newt: enable native builds
authorRoss Burton <ross.burton@intel.com>
Fri, 10 Jul 2015 22:52:01 +0000 (23:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jul 2015 14:08:43 +0000 (15:08 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/newt/libnewt-python_0.52.18.bb
meta/recipes-extended/newt/libnewt_0.52.18.bb

index ecc670e0aa07dd08440b14a37d88be2075629a42..94a41a38ea2161c1e90f8f4eb56be727c9a99e3e 100644 (file)
@@ -25,3 +25,5 @@ PACKAGES_remove = "whiptail"
 
 FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
 FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/.debug/"
+
+BBCLASSEXTEND = "native"
index fa2493b5549ea4e1f8e54ea46cfe82761aaf563c..302e418a9d5a96c468fdf5d5d8425acce164a440 100644 (file)
@@ -52,3 +52,5 @@ do_compile_prepend() {
 }
 
 FILES_whiptail = "${bindir}/whiptail"
+
+BBCLASSEXTEND = "native"