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>
This commit is contained in:
Martin Jansa 2014-08-09 16:56:07 +02:00
parent cce36620e3
commit 62435508cf

View File

@ -3,7 +3,7 @@ DESCRIPTION = "SSL encryption wrapper between remote client and local (inetd-sta
SECTION = "net"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
DEPENDS = "openssl"
DEPENDS = "openssl zlib tcp-wrappers"
SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"