mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
97957e5cee
commit
3dcea92976
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user