aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-09-01 02:06:19 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-09-26 05:41:51 +0200
commit2ddc60b4d8fa2ad4b58f0008988f6c32ca513356 (patch)
tree900bcbb7d49ee2c4c1ab3b637e39df7f79f10fef /meta-networking
parente018cb345a70136e818d332bc35b6d9c73cb53e4 (diff)
downloadmeta-openembedded-2ddc60b4d8fa2ad4b58f0008988f6c32ca513356.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')
-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"