[oe] [meta-systemd][PATCH] at: systemd support now in OE-Core

Paul Eggleton paul.eggleton at linux.intel.com
Wed Nov 26 11:47:33 UTC 2014


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>
---
 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(-)
 delete mode 100644 meta-systemd/oe-core/recipes-extended/at/at/atd.service

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
-}
 
-- 
1.9.3




More information about the Openembedded-devel mailing list