meta-systemd: Append ${PN} to SYSTEMD_SERVICE

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>
This commit is contained in:
Khem Raj
2013-02-13 17:25:35 +00:00
committed by Martin Jansa
parent 0afa2a51d2
commit 313f0ae259
41 changed files with 246 additions and 100 deletions

View File

@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r1"
inherit systemd
SYSTEMD_SERVICE = ""
SYSTEMD_SERVICE_${PN} = ""
SYSTEMD_PACKAGES = "${PN}"
NATIVE_SYSTEMD_SUPPORT = "1"
ALLOW_EMPTY_${PN} = "1"