mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
encdev-native: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user