mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
When using systemd class from OE-Core we also need to install the units explicitly. systemd packages ending with -systemd are consumed and now provided by package proper. MJ: fix RPROVIDES_PN = PN-systemd in entrance MJ: add RPROVIDES for ntp*-systemd in ntp MJ: the same for wpa-supplicant Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
318 B
BlitzBasic
15 lines
318 B
BlitzBasic
DESCRIPTION = "Machine specific systemd units"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
PR = "r1"
|
|
|
|
inherit systemd
|
|
SYSTEMD_SERVICE_${PN} = ""
|
|
SYSTEMD_PACKAGES = "${PN}"
|
|
NATIVE_SYSTEMD_SUPPORT = "1"
|
|
ALLOW_EMPTY_${PN} = "1"
|