irda-utils 0.9.16: Don't add irattach to startup services by default.
authorPaul Sokolovsky <pmiscml@gmail.com>
Fri, 6 Apr 2007 09:53:40 +0000 (09:53 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Fri, 6 Apr 2007 09:53:40 +0000 (09:53 +0000)
* This just wastes power (to have IrDA on all the time), and conflicts with
other userspace wanting to control the port.
* Per RFC on teh OE mailing list.

packages/irda-utils/irda-utils_0.9.16.bb

index ee5580b..19bcdf3 100644 (file)
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \
 such as phones and laptops."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
           file://configure.patch;patch=1 \
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
 
 export SYS_INCLUDES="-I${STAGING_INCDIR}"
 
-inherit autotools update-rc.d
+inherit autotools
 
 INITSCRIPT_NAME = "irattach"
 INITSCRIPT_PARAMS = "defaults 20"