[oe-commits] org.oe.dev irda-utils 0.9.16: Don't add irattach to startup services by default.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Apr 6 10:31:28 UTC 2007


irda-utils 0.9.16: Don't add irattach to startup services by default.
* 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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: b13026a6acf1b6e770c03a27d126771c086f27e0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b13026a6acf1b6e770c03a27d126771c086f27e0
Files:
1
packages/irda-utils/irda-utils_0.9.16.bb
Diffs:

#
# mt diff -r12528b74949ac903af2d3960e26a8ede5eaa5648 -rb13026a6acf1b6e770c03a27d126771c086f27e0
#
# 
# 
# patch "packages/irda-utils/irda-utils_0.9.16.bb"
#  from [f8466d87f788b008f2171d836f596becd176e53a]
#    to [97b8fb8723e2e84df08cad6c8eae15f2e960565b]
# 
============================================================
--- packages/irda-utils/irda-utils_0.9.16.bb	f8466d87f788b008f2171d836f596becd176e53a
+++ packages/irda-utils/irda-utils_0.9.16.bb	97b8fb8723e2e84df08cad6c8eae15f2e960565b
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 DESCRIPTION = "Provides common files needed to use IrDA. \
 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 @@ export SYS_INCLUDES="-I${STAGING_INCDIR}
 
 export SYS_INCLUDES="-I${STAGING_INCDIR}"
 
-inherit autotools update-rc.d
+inherit autotools
 
 INITSCRIPT_NAME = "irattach"
 INITSCRIPT_PARAMS = "defaults 20"






More information about the Openembedded-commits mailing list