mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
committed by
Joe MacDonald
parent
97957e5cee
commit
3dcea92976
@@ -6,7 +6,7 @@ PRIORITY = "optional"
|
|||||||
LICENSE = "GPL-2.0+"
|
LICENSE = "GPL-2.0+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33"
|
||||||
DEPENDS = "libgcrypt"
|
DEPENDS = "libgcrypt"
|
||||||
RDEPENDS_${PN} = "kernel-module-tun"
|
RDEPENDS_${PN} = "kernel-module-tun perl"
|
||||||
|
|
||||||
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
|
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
|
||||||
LDFLAGS_append = " -lgcrypt -lgpg-error"
|
LDFLAGS_append = " -lgcrypt -lgpg-error"
|
||||||
|
|||||||
Reference in New Issue
Block a user