nasm: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-11-05 19:14:30 +00:00
parent 5b2610af77
commit 0b1aee3163
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
SECTION = "unknown"
require nasm_${PV}.bb
S = "${WORKDIR}/nasm-${PV}"
inherit native

View File

@ -13,3 +13,6 @@ do_install() {
oe_runmake 'INSTALLROOT=${D}' install
}
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"