mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user