[oe-commits] Paul Eggleton : at: systemd support now in OE-Core

git at git.openembedded.org git at git.openembedded.org
Tue Dec 9 10:53:43 UTC 2014


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Wed Nov 26 11:47:33 2014 +0000

at: systemd support now in OE-Core

systemd support has already been added to the OE-Core at recipe based on
this file (in the dizzy branch).

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-systemd/oe-core/recipes-extended/at/at/atd.service |  9 ---------
 meta-systemd/oe-core/recipes-extended/at/at_%.bbappend  | 12 ------------
 2 files changed, 21 deletions(-)

diff --git a/meta-systemd/oe-core/recipes-extended/at/at/atd.service b/meta-systemd/oe-core/recipes-extended/at/at/atd.service
deleted file mode 100644
index 64a9015..0000000
--- a/meta-systemd/oe-core/recipes-extended/at/at/atd.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=Job spooling tools
-After=syslog.target
-
-[Service]
-ExecStart=/usr/sbin/atd -f
-
-[Install]
-WantedBy=multi-user.target
diff --git a/meta-systemd/oe-core/recipes-extended/at/at_%.bbappend b/meta-systemd/oe-core/recipes-extended/at/at_%.bbappend
index 3a22fe3..181b878 100644
--- a/meta-systemd/oe-core/recipes-extended/at/at_%.bbappend
+++ b/meta-systemd/oe-core/recipes-extended/at/at_%.bbappend
@@ -1,16 +1,4 @@
-inherit systemd
-
-# look for files in the layer first
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI += "file://atd.service"
-
 RPROVIDES_${PN} += "${PN}-systemd"
 RREPLACES_${PN} += "${PN}-systemd"
 RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "atd.service"
-do_install_append() {
-    install -d ${D}${systemd_unitdir}/system
-    install -m 0644 ${WORKDIR}/atd.service ${D}${systemd_unitdir}/system
-}
 



More information about the Openembedded-commits mailing list