mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
pax-utils: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
inherit native
|
|
||||||
|
|
||||||
require pax-utils_${PV}.bb
|
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
oe_runmake PREFIX=${STAGING_DIR_HOST}${prefix} install
|
|
||||||
}
|
|
||||||
@@ -15,3 +15,5 @@ do_install() {
|
|||||||
oe_runmake DESTDIR=${D} install
|
oe_runmake DESTDIR=${D} install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user