mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +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:
@@ -13,6 +13,7 @@ do_compile() {
|
|||||||
NATIVE_INSTALL_WORKS = "1"
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
install -d ${D}${bindir}
|
||||||
install -m 0755 unifdef ${D}${bindir}
|
install -m 0755 unifdef ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user