]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd-boot-native: move do_install() to after do_patch()
authorMikko Rapeli <mikko.rapeli@linaro.org>
Thu, 6 Feb 2025 07:30:11 +0000 (09:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Feb 2025 13:02:38 +0000 (13:02 +0000)
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.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-boot-native_257.1.bb

index 58db408dcfe6be609494e1f3c90b8f3dcab4d2df..7b60d6b583a46096c0954544431de4f881a9f1ab 100644 (file)
@@ -8,7 +8,7 @@ deltask do_compile
 do_install () {
        install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify
 }
-addtask install after do_unpack
+addtask install after do_patch
 
 PACKAGES = "${PN}"