aboutsummaryrefslogtreecommitdiffstats
path: root/stunnel
diff options
context:
space:
mode:
authorerich@mine.nu <erich@mine.nu>2004-03-28 00:18:20 +0000
committererich@mine.nu <erich@mine.nu>2004-03-28 00:18:20 +0000
commit6b7140a303bd2f9351d7cfff8e947ef83a0a3fdd (patch)
tree58ead2574587a7843038d5f6fc3e5f491a2d9359 /stunnel
parent8d1ff8107ea0b95d9e7a5faa5cc6aa0c8dfde1a8 (diff)
downloadopenembedded-6b7140a303bd2f9351d7cfff8e947ef83a0a3fdd.tar.gz
stunnel_4.05.oe:
inherited libtool instead of adding dependency on libtool-cross (thanks mickeyl). BKrev: 406619ccddQKX_hrC015CgOic921oQ
Diffstat (limited to 'stunnel')
-rw-r--r--stunnel/stunnel_4.05.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/stunnel/stunnel_4.05.oe b/stunnel/stunnel_4.05.oe
index ed7421b4c3..ca20464801 100644
--- 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