mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 10:08:13 +00:00
unifdef-native: Fix staging reference in do_install (noticed from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
d425fac6d1
commit
d0f555cb5c
@ -13,6 +13,6 @@ do_compile() {
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
do_install() {
|
||||
install -m 0755 unifdef ${STAGING_BINDIR}
|
||||
install -m 0755 unifdef ${D}${bindir}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user