1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

encdev-native: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-03-23 16:57:33 +00:00
parent ff5e6f4b4d
commit ae04c7f11d
4 changed files with 2 additions and 6 deletions
@@ -1,6 +0,0 @@
require encdec-updater.bb
inherit native
do_stage() {
install -m 0755 encdec-updater ${STAGING_BINDIR}
}
@@ -14,3 +14,5 @@ do_install() {
install -d ${D}${bindir}
install -m 0755 encdec-updater ${D}${bindir}/
}
BBCLASSEXTEND = "native"