Files
poky/meta/recipes-core/systemd/systemd-boot-native_255.21.bb
Guðni Már Gilbert 417cecf76b 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>
2025-06-11 08:17:34 -07:00

16 lines
249 B
BlitzBasic

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"