summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb
diff options
context:
space:
mode:
authorchang <chang@dev3>2013-01-08 01:03:31 (GMT)
committerchang <chang@dev3>2013-01-08 01:47:52 (GMT)
commit885cbc7687dbdea351756ed0ce56b73b0694ae2d (patch)
treecfac67ac4cff280cb05cc9e0b066adcfcfc3a938 /meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb
parentff4abac25f637a256fc1e53985b7fcbfe3a52015 (diff)
remove xinetd, systemd.
Diffstat (limited to 'meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb')
-rw-r--r--meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb18
1 files changed, 2 insertions, 16 deletions
diff --git a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb
index 07c284d..49e3032 100644
--- a/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb
+++ b/meta-openvuplus/recipes-vuplus/enigma2/enigma2-streamproxy.bb
@@ -2,23 +2,9 @@ SUMMARY = "streamproxy manages streaming data to a PC using enigma2"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SRCREV = "37a3f198a22d90cdfebf07cf56409cf93a4e74ba"
-PR = "r4"
-
-SRC_URI = "file://streamproxy.xinetd.in \
- file://streamproxy@.service \
- file://streamproxy.socket"
+PR = "r5"
SCHWERKRAFT_PROJECT = "streamproxy"
-inherit autotools schwerkraft-git systemd xinetd
-
-do_install_append() {
- install -d ${D}${systemd_unitdir}/system
- ln -sf /dev/null ${D}${systemd_unitdir}/system/streamproxy.service
-}
-
-SYSTEMD_PACKAGES = "${PN}-systemd"
-SYSTEMD_SERVICE_${PN}-systemd = "streamproxy.socket"
+inherit autotools schwerkraft-git
-XINETD_PACKAGES = "${PN}-xinetd"
-XINETD_SERVICE_${PN}-xinetd = "streamproxy"