mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
The update includes 82 commits. Full list of changes can be found on Github [1] All patches were refreshed with devtool. [1] systemd/systemd-stable@v255.17...v255.18 (From OE-Core rev: 121e1fb42c4c909115bc550585b2ebcb3a13e0a5) 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"
|