mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
systemd-boot-native: move do_install() to after do_patch()
The tasks were deleted and do_patch() was run after do_install() which means that patches applied in SRC_URI were not in the ukify.py binary installed. Moving do_install() to after do_patch() fixes this. (From OE-Core rev: 0218a7a7dbf12ef817608881a3a17d9670c0778a) Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
371ecef318
commit
29bccf5ae1
@@ -8,7 +8,7 @@ deltask do_compile
|
|||||||
do_install () {
|
do_install () {
|
||||||
install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
|
install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
|
||||||
}
|
}
|
||||||
addtask install after do_unpack
|
addtask install after do_patch
|
||||||
|
|
||||||
PACKAGES = "${PN}"
|
PACKAGES = "${PN}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user