aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-09-01 02:06:19 -0700
committerRobert Yang <liezhi.yang@windriver.com>2014-09-18 19:56:33 -0700
commit96be5671ecdb4ca6f3325808104a8cbfecbc93d4 (patch)
tree64cfde5b7d04be0f2bfdbf7a1b42560bf4a7c38d /meta-networking/recipes-support
parentb2a7eb6e61bcc82426973b56fd1d4450bcec6d8a (diff)
downloadmeta-openembedded-contrib-96be5671ecdb4ca6f3325808104a8cbfecbc93d4.tar.gz
stunnel: add perl to RDEPENDS_stunnel
Perl: stunnel/usr/bin/stunnel3:#!/usr/bin/perl Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/stunnel/stunnel_4.56.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
index 867119391f..74f2234f0f 100644
--- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
+++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
@@ -5,6 +5,8 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
DEPENDS = "openssl zlib tcp-wrappers"
+RDEPENDS_${PN} += "perl"
+
SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"