[oe-commits] Jukka Rissanen : vpnc: Runtime dependency to perl was missing

git at git.openembedded.org git at git.openembedded.org
Mon May 13 20:02:44 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 3dcea929763e6a3233dbe620920f02682b28bb8d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3dcea929763e6a3233dbe620920f02682b28bb8d

Author: Jukka Rissanen <jukka.rissanen at linux.intel.com>
Date:   Mon May 13 15:34:31 2013 +0300

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 at linux.intel.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 .../recipes-connectivity/vpnc/vpnc_0.5.3.bb        |    2 +-
 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 2ce9530..df90234 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"





More information about the Openembedded-commits mailing list