mirror of
https://git.yoctoproject.org/poky
synced 2026-03-01 04:49:40 +01:00
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>
16 lines
249 B
BlitzBasic
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"
|