mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
0001-ukify-measure-Revert-changes-to-use-SizeOfImage-from.patch is dropped as it is in the new version. (From OE-Core rev: 5c72734dc99d1287e805530d925a37c9aa70ba9d) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
337 B
BlitzBasic
19 lines
337 B
BlitzBasic
require systemd.inc
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/systemd:"
|
|
|
|
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_patch
|
|
|
|
PACKAGES = "${PN}"
|
|
|
|
FILES:${PN} = "${bindir}/ukify"
|
|
|
|
RDEPENDS:${PN} += "python3-pefile-native"
|