aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-05-08 09:27:00 +0200
committerAndreas Oberritter <obi@opendreambox.org>2012-05-08 09:27:00 +0200
commita4806120b5929010be5a8f763c6b456bbe6e4f9d (patch)
tree4168b53d29d65c98fd4097365d0c24f9d4ff3d1c
parentc8b8b53d89e799e0d76431833e5e074faafeb1df (diff)
downloadmeta-openembedded-contrib-a4806120b5929010be5a8f763c6b456bbe6e4f9d.tar.gz
lighttpd: get rid of annoying warning
* Fixes: | lighttpd_1.4.30.bb: it is recommended to set SYSTEMD_PACKAGES as <existing-package>-systemd Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
index 13414058ee..e7f4a16cf2 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
+++ b/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.30.bbappend
@@ -1,10 +1,10 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
-PRINC := "${@int(PRINC) + 3}"
+PRINC := "${@int(PRINC) + 4}"
inherit systemd
SRC_URI += "file://lighttpd.service"
-SYSTEMD_PACKAGES = "${PN}"
-SYSTEMD_SERVICE_${PN} = "lighttpd.service"
+SYSTEMD_PACKAGES = "${PN}-systemd"
+SYSTEMD_SERVICE_${PN}-systemd = "lighttpd.service"