1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

pax-utils: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 19:41:40 +00:00
parent e1ba0ea25d
commit d594dcf085
2 changed files with 2 additions and 7 deletions
@@ -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
}
BBCLASSEXTEND = "native"
NATIVE_INSTALL_WORKS = "1"