mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
Patch 0001-src-boot-efi-meson.build-ensure-VERSION_TAG-exists-i.patch is added to resolve build time error. (From OE-Core rev: c3f53f641d04109bf88e51e44debb6c74582b5d0) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
249 B
BlitzBasic
16 lines
249 B
BlitzBasic
require systemd.inc
|
|
|
|
inherit native
|
|
|
|
deltask do_configure
|
|
deltask do_compile
|
|
|
|
do_install () {
|
|
install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
|
|
}
|
|
addtask install after do_unpack
|
|
|
|
PACKAGES = "${PN}"
|
|
|
|
FILES:${PN} = "${bindir}/ukify"
|