From 313f0ae25925caead4f588695ac9c9bcf00b2755 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 13 Feb 2013 17:25:35 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-systemd/recipes-core') diff --git a/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb b/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb index f33b2a9833..3b3c1dcac1 100644 --- a/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb +++ b/meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb @@ -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" -- cgit 1.2.3-korg