From 1e29c4586eaf7af68ec8ea4276114cc6aec05a11 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Apr 2013 14:45:03 +0200 Subject: gateone: move systemd support from meta-systemd back to meta-oe Signed-off-by: Martin Jansa --- .../recipes-connectivity/gateone/gateone/gateone.service | 10 ---------- .../recipes-connectivity/gateone/gateone_git.bbappend | 16 ---------------- 2 files changed, 26 deletions(-) delete mode 100644 meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service delete mode 100644 meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend (limited to 'meta-systemd') diff --git a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service b/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service deleted file mode 100644 index 7ff60020a..000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone/gateone.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=GateOne daemon -ConditionPathExists=|/var/lib/gateone - -[Service] -WorkingDirectory=/var/lib/gateone -ExecStart=/usr/bin/python gateone.py - -[Install] -WantedBy=multi-user.target diff --git a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend b/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend deleted file mode 100644 index 8ec9dfafd..000000000 --- a/meta-systemd/meta-oe/recipes-connectivity/gateone/gateone_git.bbappend +++ /dev/null @@ -1,16 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -PRINC := "${@int(PRINC) + 2}" - -inherit systemd - -SRC_URI += "file://gateone.service" - -NATIVE_SYSTEMD_SUPPORT = "1" -SYSTEMD_SERVICE_${PN} = "gateone.service" - -do_install_append() { - install -d ${D}${systemd_unitdir}/system - install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system -} - -- cgit v1.2.3-54-g00ecf