aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/vpnc
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2013-05-13 15:34:31 +0300
committerJoe MacDonald <joe.macdonald@windriver.com>2013-05-13 14:36:06 -0400
commit3dcea929763e6a3233dbe620920f02682b28bb8d (patch)
tree5b27fb92409511562ac4828400dbb6c505eeeb83 /meta-networking/recipes-connectivity/vpnc
parent97957e5cee9a797d3e05c1a8848338a033f40770 (diff)
downloadmeta-openembedded-contrib-3dcea929763e6a3233dbe620920f02682b28bb8d.tar.gz
vpnc: Runtime dependency to perl was missing
Generated package contains perl script but dependecy to perl was missing. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/vpnc')
-rw-r--r--meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
index 2ce9530d03..df9023425e 100644
--- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
+++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
@@ -6,7 +6,7 @@ PRIORITY = "optional"
LICENSE = "GPL-2.0+"
LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33"
DEPENDS = "libgcrypt"
-RDEPENDS_${PN} = "kernel-module-tun"
+RDEPENDS_${PN} = "kernel-module-tun perl"
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
LDFLAGS_append = " -lgcrypt -lgpg-error"