mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
vpnc: Set RDEPENDS to perl-module-io-file instead of perl
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
b0683dcba3
commit
a289eb906e
@@ -6,7 +6,6 @@ PRIORITY = "optional"
|
||||
LICENSE = "GPL-2.0+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33"
|
||||
DEPENDS = "libgcrypt"
|
||||
RDEPENDS_${PN} = "kernel-module-tun perl"
|
||||
|
||||
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
|
||||
LDFLAGS_append = " -lgcrypt -lgpg-error"
|
||||
@@ -19,6 +18,7 @@ do_install () {
|
||||
}
|
||||
|
||||
CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf"
|
||||
RDEPENDS_${PN} = "kernel-module-tun perl-module-io-file"
|
||||
|
||||
SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \
|
||||
file://makeman.patch \
|
||||
|
||||
Reference in New Issue
Block a user