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:
3624326
)
tmpfile
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 16 Apr 2004 12:03:35 +0000
(12:03 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 16 Apr 2004 12:03:35 +0000
(12:03 +0000)
BKrev: 407fcb97bOaKCcySXwaDOq2QTbZDBQ
dropbear/dropbear_0.41.oe
patch
|
blob
|
history
diff --git
a/dropbear/dropbear_0.41.oe
b/dropbear/dropbear_0.41.oe
index
24123d8
..
b6d6d52
100644
(file)
--- a/
dropbear/dropbear_0.41.oe
+++ b/
dropbear/dropbear_0.41.oe
@@
-6,7
+6,10
@@
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
file://${FILESDIR}/configure.patch;patch=1"
S = "${WORKDIR}/dropbear-${PV}"
-inherit autotools
+inherit autotools update-rc.d
+
+INITSCRIPT_NAME = "dropbear"
+INITSCRIPT_PARAMS = "defaults 10"
CFLAGS_prepend = "-I. "
LD = "${CC}"