aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-10 14:45:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-10 16:59:07 +0200
commit814454252534e6240fb3d115cbc25fd813c5a728 (patch)
treea6bc21d8a8c6ce81f9f16cdef4887b6250d1367f /meta-oe/recipes-support/p910nd/p910nd_0.95.bb
parentb623dc240e16ebe62b58c511ee7f09fa694a3904 (diff)
downloadmeta-openembedded-contrib-814454252534e6240fb3d115cbc25fd813c5a728.tar.gz
p910nd: drop unused init script
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-oe/recipes-support/p910nd/p910nd_0.95.bb')
-rw-r--r--meta-oe/recipes-support/p910nd/p910nd_0.95.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
index ee43a595d7..29051475fe 100644
--- a/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
+++ b/meta-oe/recipes-support/p910nd/p910nd_0.95.bb
@@ -4,15 +4,9 @@ SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-PR = "r0"
+PR = "r1"
-inherit update-rc.d
-
-INITSCRIPT_NAME = "p910nd"
-INITSCRIPT_PARAMS = "defaults 60 "
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2 \
- file://p910nd.init"
+SRC_URI = "${SOURCEFORGE_MIRROR}/p910nd/p910nd-${PV}.tar.bz2"
SRC_URI[md5sum] = "c7ac6afdf7730ac8387a8e87198d4491"
SRC_URI[sha256sum] = "7d78642c86dc247fbdef1ff85c56629dcdc6b2a457c786420299e284fffcb029"
@@ -21,9 +15,7 @@ do_compile () {
${CC} ${LDFLAGS} -o p910nd p910nd.c
}
-# The avahi stuff makes it work with bonjour printing
do_install () {
install -D -m 0755 ${S}/p910nd ${D}${sbindir}/p910nd
install -D -m 0644 ${S}/p910nd.conf ${D}${sysconfdir}/p910nd.conf
- install -D -m 0755 ${WORKDIR}/p910nd.init ${D}${sysconfdir}/init.d/p910nd
}