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>
This commit is contained in:
Jukka Rissanen 2013-05-13 15:34:31 +03:00 committed by Joe MacDonald
parent 97957e5cee
commit 3dcea92976

View File

@ -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"