mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 03:08:48 +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
d0f555cb5c
commit
d37f26525b
@ -13,6 +13,7 @@ do_compile() {
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 unifdef ${D}${bindir}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user