stunnel: add perl to RDEPENDS_stunnel
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 1 Sep 2014 09:06:19 +0000 (02:06 -0700)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:42:11 +0000 (08:42 -0800)
Perl:
stunnel/usr/bin/stunnel3:#!/usr/bin/perl

(From meta-openembedded rev: 2ddc60b4d8fa2ad4b58f0008988f6c32ca513356)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-support/stunnel/stunnel_4.56.bb

index 8671193..74f2234 100644 (file)
@@ -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"