From: Mikko Rapeli Date: Thu, 6 Feb 2025 07:30:11 +0000 (+0200) Subject: systemd-boot-native: move do_install() to after do_patch() X-Git-Tag: yocto-5.2~545 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0218a7a7dbf12ef817608881a3a17d9670c0778a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Mikko Rapeli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd-boot-native_257.1.bb b/meta/recipes-core/systemd/systemd-boot-native_257.1.bb index 58db408dcfe..7b60d6b583a 100644 --- a/meta/recipes-core/systemd/systemd-boot-native_257.1.bb +++ b/meta/recipes-core/systemd/systemd-boot-native_257.1.bb @@ -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}"