mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
systemd: upgrade 255.18 -> 255.21
The update includes 79 commits. Full list of changes can be found on Github [1] All patches were refreshed with devtool. [1] https://github.com/systemd/systemd-stable/compare/v255.18...v255.21 (From OE-Core rev: 29e623b2ad00555788412fa520fbb9ffec794cbb) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
8422c6f52f
commit
417cecf76b
15
meta/recipes-core/systemd/systemd-boot-native_255.21.bb
Normal file
15
meta/recipes-core/systemd/systemd-boot-native_255.21.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