mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 08:48:45 +01:00
encdev-updater: Set NATIVE_INSTALL_WORKS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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}/
|
||||
|
||||
Reference in New Issue
Block a user