summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-12 13:19:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-12 18:50:15 +0200
commita179ca25a4223bab312d2717fce63a7b160dc769 (patch)
treed064b0f402e470cdf1cf0115cc1cec7a63c31839 /meta-systemd/oe-core/recipes-extended
parent313f0ae25925caead4f588695ac9c9bcf00b2755 (diff)
downloadmeta-openembedded-a179ca25a4223bab312d2717fce63a7b160dc769.tar.gz
meta-systemd: drop default SYSTEMD_PACKAGES = "${PN}"
Diffstat (limited to 'meta-systemd/oe-core/recipes-extended')
-rw-r--r--meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
index 89079dcae..0c7548a86 100644
--- a/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
+++ b/meta-systemd/oe-core/recipes-extended/lighttpd/lighttpd_1.4.32.bbappend
@@ -6,7 +6,6 @@ inherit systemd
6 6
7SRC_URI += "file://lighttpd.service" 7SRC_URI += "file://lighttpd.service"
8 8
9SYSTEMD_PACKAGES = "${PN}"
10RPROVIDES_${PN} += "${PN}-systemd" 9RPROVIDES_${PN} += "${PN}-systemd"
11SYSTEMD_SERVICE_${PN} = "lighttpd.service" 10SYSTEMD_SERVICE_${PN} = "lighttpd.service"
12 11