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:
a17cb1f
)
opentapi: start right after udev to prevent BP powering off the phone
author
Koen Kooi
<koen@openembedded.org>
Thu, 18 Jan 2007 11:06:23 +0000
(11:06 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 18 Jan 2007 11:06:23 +0000
(11:06 +0000)
packages/ezx/opentapi_svn.bb
patch
|
blob
|
history
diff --git
a/packages/ezx/opentapi_svn.bb
b/packages/ezx/opentapi_svn.bb
index
a617f5b
..
ad42b08
100644
(file)
--- a/
packages/ezx/opentapi_svn.bb
+++ b/
packages/ezx/opentapi_svn.bb
@@
-2,6
+2,7
@@
DESCRIPTION = "Open implementation of motorola's tapisrc"
LICENSE = "GPLv2"
PV = "0.0+svn${SRCDATE}"
+PR = "r1"
SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=opentapi;proto=http \
file://opentapi.init \
@@
-10,7
+11,7
@@
SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=opentapi;proto=http
inherit update-rc.d
INITSCRIPT_NAME = "opentapi"
-INITSCRIPT_PARAMS = "
defaults
"
+INITSCRIPT_PARAMS = "
start 04 S .
"
S = "${WORKDIR}/${PN}"