diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-09-01 02:06:19 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-26 05:41:51 +0200 |
commit | 2ddc60b4d8fa2ad4b58f0008988f6c32ca513356 (patch) | |
tree | 900bcbb7d49ee2c4c1ab3b637e39df7f79f10fef /meta-networking/recipes-support/stunnel | |
parent | e018cb345a70136e818d332bc35b6d9c73cb53e4 (diff) | |
download | meta-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/recipes-support/stunnel')
-rw-r--r-- | meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 |
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 867119391..74f2234f0 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" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666" |
6 | DEPENDS = "openssl zlib tcp-wrappers" | 6 | DEPENDS = "openssl zlib tcp-wrappers" |
7 | 7 | ||
8 | RDEPENDS_${PN} += "perl" | ||
9 | |||
8 | SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" | 10 | SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz" |
9 | 11 | ||
10 | SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" | 12 | SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c" |