All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-systemd][PATCH] at: systemd support now in OE-Core
@ 2014-11-26 11:47 Paul Eggleton
  0 siblings, 0 replies; only message in thread
From: Paul Eggleton @ 2014-11-26 11:47 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-26 11:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26 11:47 [meta-systemd][PATCH] at: systemd support now in OE-Core Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.