diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-06 09:53:40 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-06 09:53:40 +0000 |
commit | 25382a5b4176440e9bdbdce41ef51a1df03a6b6d (patch) | |
tree | 934799f7c37e3e069c73cfc529740a099013dba2 /packages/irda-utils | |
parent | 43e191284e3b291f1fd8aeb37ced6883e2648776 (diff) |
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.
Diffstat (limited to 'packages/irda-utils')
-rw-r--r-- | packages/irda-utils/irda-utils_0.9.16.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/irda-utils/irda-utils_0.9.16.bb b/packages/irda-utils/irda-utils_0.9.16.bb index ee5580b1de..19bcdf397c 100644 --- a/packages/irda-utils/irda-utils_0.9.16.bb +++ b/packages/irda-utils/irda-utils_0.9.16.bb @@ -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" |