mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
Full change log: https://github.com/systemd/systemd-stable/compare/v255.4...v255.13 Refreshed most of the musl patches using devtool to eliminate patch fuzz. (From OE-Core rev: 39eb4070503a96311e52f44ab1ea3cdbd6795182) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.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"
|