stunnel: add dependency on zlib and tcp-wrappers
authorMartin Jansa <Martin.Jansa@gmail.com>
Sat, 9 Aug 2014 14:56:07 +0000 (16:56 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:22 +0000 (08:41 -0800)
* fixes floating dependency:
  stunnel/stunnel/latest lost dependency on  libwrap zlib

(From meta-openembedded rev: 62435508cff094ab65174c6652ace04fe53ff28a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_4.56.bb

index 938f043..8671193 100644 (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"