From 0b3ee651161a234b07a6219234b82c4c8207246a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 26 Nov 2014 11:47:33 +0000 Subject: 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 Signed-off-by: Martin Jansa --- 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 (limited to 'meta-systemd') 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 64a9015500..0000000000 --- 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 3a22fe3bda..181b8784dd 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 -} -- cgit 1.2.3-korg