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:
8d1ff81
)
stunnel_4.05.oe:
author
erich@mine.nu
<erich@mine.nu>
Sun, 28 Mar 2004 00:18:20 +0000
(
00:18
+0000)
committer
erich@mine.nu
<erich@mine.nu>
Sun, 28 Mar 2004 00:18:20 +0000
(
00:18
+0000)
inherited libtool instead of adding dependency on libtool-cross (thanks mickeyl).
BKrev: 406619ccddQKX_hrC015CgOic921oQ
stunnel/stunnel_4.05.oe
patch
|
blob
|
history
diff --git
a/stunnel/stunnel_4.05.oe
b/stunnel/stunnel_4.05.oe
index
ed7421b
..
ca20464
100644
(file)
--- a/
stunnel/stunnel_4.05.oe
+++ b/
stunnel/stunnel_4.05.oe
@@
-1,4
+1,4
@@
-DEPENDS = "virtual/libc openssl
libtool-cross
"
+DEPENDS = "virtual/libc openssl"
RDEPENDS = "libc6 openssl"
LICENSE = "GPL"
DESCRIPTION = "Stunnel is a program that allows you to encrypt \
@@
-9,4
+9,4
@@
SRC_URI = "http://www.stunnel.org/download/stunnel/src/stunnel-${PV}.tar.gz \
file://${FILESDIR}/automake.patch;patch=1"
S = "${WORKDIR}/stunnel-${PV}"
-inherit autotools
+inherit autotools
libtool