mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 07:40:37 +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"
|
SECTION = "net"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
|
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"
|
SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user