mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +02:00
nasm: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
SECTION = "unknown"
|
||||
require nasm_${PV}.bb
|
||||
S = "${WORKDIR}/nasm-${PV}"
|
||||
inherit native
|
||||
@@ -13,3 +13,6 @@ do_install() {
|
||||
|
||||
oe_runmake 'INSTALLROOT=${D}' install
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
Reference in New Issue
Block a user