mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 unifdef ${D}${bindir}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user