diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot-native_257.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 58db408dcf..7b60d6b583 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 | |||
8 | do_install () { | 8 | do_install () { |
9 | install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify | 9 | install -Dm 0755 ${S}/src/ukify/ukify.py ${D}${bindir}/ukify |
10 | } | 10 | } |
11 | addtask install after do_unpack | 11 | addtask install after do_patch |
12 | 12 | ||
13 | PACKAGES = "${PN}" | 13 | PACKAGES = "${PN}" |
14 | 14 | ||