mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02: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
|
${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 encdec-updater ${D}${bindir}/
|
install -m 0755 encdec-updater ${D}${bindir}/
|
||||||
|
|||||||
Reference in New Issue
Block a user