diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-04-07 06:31:31 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-04-07 06:31:31 +0000 |
commit | d57ad0d30ce194627146ebb970493d6947a0a744 (patch) | |
tree | 6c7e45a63eebf83755b9d0bb2a87fb0a627751c5 /packages/irda-utils/irda-utils_0.9.16.bb | |
parent | a80e9ebf17143da2f5c5349e1615068ac2032df2 (diff) | |
parent | fdc7fdcb290bc46bc52e2b5b40c0cf1b9fcac8b1 (diff) |
merge of '351a1d2f8971414b26915d2d5c883576729b53f9'
and 'c6346a6de5d825ca4ddd2b7129cbcaeaf371c86a'
Diffstat (limited to 'packages/irda-utils/irda-utils_0.9.16.bb')
-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" |