[oe-commits] Andreas Müller : lighttpd: move systemd support to meta-systemd

git at git.openembedded.org git at git.openembedded.org
Mon Jul 16 07:42:58 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 36aa9a4fc012db3eeb9cb34841e7988315176496
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=36aa9a4fc012db3eeb9cb34841e7988315176496

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Jul 11 13:53:25 2012 +0200

lighttpd: move systemd support to meta-systemd

---

 .../lighttpd/lighttpd/lighttpd.service             |    0
 .../lighttpd/lighttpd_1.4.31.bbappend              |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service b/meta-systemd/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
similarity index 100%
rename from meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
rename to meta-systemd/meta-oe/recipes-extended/lighttpd/lighttpd/lighttpd.service
diff --git a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend b/meta-systemd/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
similarity index 62%
rename from meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
rename to meta-systemd/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
index df6dac7..b016bdc 100644
--- a/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
+++ b/meta-systemd/meta-oe/recipes-extended/lighttpd/lighttpd_1.4.31.bbappend
@@ -1,6 +1,6 @@
-FILESEXTRAPATHS := "${THISDIR}/${PN}"
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PRINC := "${@int(PRINC) + 1}"
+PRINC := "${@int(PRINC) + 2}"
 
 inherit systemd
 





More information about the Openembedded-commits mailing list