diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:22:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-30 21:22:16 +0000 |
commit | 3e37cc16886e41bbe6f919b76a4fbc38f285ba0e (patch) | |
tree | bc13a131235cc39d92909f81e440d40682a3dbdb | |
parent | ca9794b3b08c338da0d14d826c70439e991e5cdd (diff) | |
download | poky-3e37cc16886e41bbe6f919b76a4fbc38f285ba0e.tar.gz |
irda-utils: use update-rc.d class (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3642 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/irda-utils/irda-utils_0.9.16.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/irda-utils/irda-utils_0.9.16.bb b/meta/packages/irda-utils/irda-utils_0.9.16.bb index 95a15d7d23..19bcdf397c 100644 --- a/meta/packages/irda-utils/irda-utils_0.9.16.bb +++ b/meta/packages/irda-utils/irda-utils_0.9.16.bb | |||
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \ | |||
3 | such as phones and laptops." | 3 | such as phones and laptops." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r6" | 6 | PR = "r8" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ |
9 | file://configure.patch;patch=1 \ | 9 | file://configure.patch;patch=1 \ |
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | |||
12 | 12 | ||
13 | export SYS_INCLUDES="-I${STAGING_INCDIR}" | 13 | export SYS_INCLUDES="-I${STAGING_INCDIR}" |
14 | 14 | ||
15 | inherit autotools update-rc.d | 15 | inherit autotools |
16 | 16 | ||
17 | INITSCRIPT_NAME = "irattach" | 17 | INITSCRIPT_NAME = "irattach" |
18 | INITSCRIPT_PARAMS = "defaults 20" | 18 | INITSCRIPT_PARAMS = "defaults 20" |
@@ -28,5 +28,5 @@ do_install () { | |||
28 | oe_runmake -C irdaping ROOT="${D}" install | 28 | oe_runmake -C irdaping ROOT="${D}" install |
29 | 29 | ||
30 | install -d ${D}${sysconfdir}/init.d | 30 | install -d ${D}${sysconfdir}/init.d |
31 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/irattach | 31 | install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} |
32 | } | 32 | } |