mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
cce36620e3
commit
62435508cf
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user