git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec439a
)
irda-utils 0.9.16: Use defined INITSCRIPT_NAME.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Sat, 10 Mar 2007 20:17:22 +0000
(20:17 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Sat, 10 Mar 2007 20:17:22 +0000
(20:17 +0000)
packages/irda-utils/irda-utils_0.9.16.bb
patch
|
blob
|
history
diff --git
a/packages/irda-utils/irda-utils_0.9.16.bb
b/packages/irda-utils/irda-utils_0.9.16.bb
index
95a15d7
..
ee5580b
100644
(file)
--- 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 = "r
6
"
+PR = "r
7
"
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://configure.patch;patch=1 \
@@
-28,5
+28,5
@@
do_install () {
oe_runmake -C irdaping ROOT="${D}" install
install -d ${D}${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/
irattach
+ install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/
${INITSCRIPT_NAME}
}