diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-02-13 17:25:35 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-12 18:49:55 +0200 |
commit | 313f0ae25925caead4f588695ac9c9bcf00b2755 (patch) | |
tree | 1c167bd3cecfa253e438fefd045db110e2fa4cad /meta-systemd/recipes-core | |
parent | 0afa2a51d2720ed1d6c06aaef17bd90248ef650e (diff) | |
download | meta-openembedded-313f0ae25925caead4f588695ac9c9bcf00b2755.tar.gz |
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>
Diffstat (limited to 'meta-systemd/recipes-core')
-rw-r--r-- | meta-systemd/recipes-core/systemd/systemd-machine-units_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 f33b2a983..3b3c1dcac 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}" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | inherit systemd | 10 | inherit systemd |
11 | SYSTEMD_SERVICE = "" | 11 | SYSTEMD_SERVICE_${PN} = "" |
12 | SYSTEMD_PACKAGES = "${PN}" | 12 | SYSTEMD_PACKAGES = "${PN}" |
13 | NATIVE_SYSTEMD_SUPPORT = "1" | 13 | NATIVE_SYSTEMD_SUPPORT = "1" |
14 | ALLOW_EMPTY_${PN} = "1" | 14 | ALLOW_EMPTY_${PN} = "1" |