mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
encdev-updater: Set NATIVE_INSTALL_WORKS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
369f4dc1a9
commit
bcdfa2a468
|
|
@ -10,6 +10,7 @@ do_compile() {
|
|||
${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
|
||||
}
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 encdec-updater ${D}${bindir}/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user