diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 16:56:07 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:23 +0200 |
commit | 62435508cff094ab65174c6652ace04fe53ff28a (patch) | |
tree | 76a6682a55669b1965098a4f549b73ef09728314 | |
parent | cce36620e393cb81da62f980e64d2504d79ee319 (diff) | |
download | meta-openembedded-62435508cff094ab65174c6652ace04fe53ff28a.tar.gz |
stunnel: add dependency on zlib and tcp-wrappers
* fixes floating dependency:
stunnel/stunnel/latest lost dependency on libwrap zlib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb index 938f043a9..867119391 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-sta | |||
3 | SECTION = "net" | 3 | SECTION = "net" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" |
6 | DEPENDS = "openssl" | 6 | DEPENDS = "openssl zlib tcp-wrappers" |
7 | 7 | ||
8 | SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" | 8 | SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" |
9 | 9 | ||