mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
vpnc: don't rdepend on kernel-module-tun
Kernel modules may be built-in, so rrecommend it instead. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
c667c7dc68
commit
ac4e327ee7
@@ -25,7 +25,8 @@ do_install () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf"
|
CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf"
|
||||||
RDEPENDS_${PN} = "kernel-module-tun perl-module-io-file"
|
RDEPENDS_${PN} = "perl-module-io-file"
|
||||||
|
RRECOMMENDS_${PN} = "kernel-module-tun"
|
||||||
|
|
||||||
SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \
|
SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \
|
||||||
file://makeman.patch \
|
file://makeman.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user