mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
systemd: upgrade 255.21 -> 255.22
Full changelog (36 commits): * https://github.com/systemd/systemd-stable/compare/v255.21...v255.22 (From OE-Core rev: 846292594d7513e0ffbec5e0481084844505b51c) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> [YC: fixed changelog URL] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
72055be747
commit
88843705b1
15
meta/recipes-core/systemd/systemd-boot-native_255.22.bb
Normal file
15
meta/recipes-core/systemd/systemd-boot-native_255.22.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
require systemd.inc
|
||||
|
||||
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_unpack
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
FILES:${PN} = "${bindir}/ukify"
|
||||
Reference in New Issue
Block a user