diff options
-rw-r--r-- | meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index 4efc412a04..151aaf9443 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -25,7 +25,8 @@ do_install () { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 27 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" |
28 | RDEPENDS_${PN} = "kernel-module-tun perl-module-io-file" | 28 | RDEPENDS_${PN} = "perl-module-io-file" |
29 | RRECOMMENDS_${PN} = "kernel-module-tun" | ||
29 | 30 | ||
30 | SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ | 31 | SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ |
31 | file://makeman.patch \ | 32 | file://makeman.patch \ |