mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
unifdef-native: Convert to use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -10,11 +10,9 @@ do_compile() {
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
do_install() {
|
||||
install -m 0755 unifdef ${STAGING_BINDIR}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user