diff options
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | 2013-05-14 15:47:50 +0300 |
---|---|---|
committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-05-15 14:08:13 -0400 |
commit | a289eb906ee9d6c8c5a5abe87fe7095880449db3 (patch) | |
tree | 8a1bf02461e9c18a70b863655c6250ddf098c8a3 /meta-networking/recipes-connectivity | |
parent | b0683dcba3355e177f1027316ba11f53a9c9111d (diff) | |
download | meta-openembedded-a289eb906ee9d6c8c5a5abe87fe7095880449db3.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r-- | meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 2 |
1 files changed, 1 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 df9023425..addd15095 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -6,7 +6,6 @@ PRIORITY = "optional" | |||
6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" |
8 | DEPENDS = "libgcrypt" | 8 | DEPENDS = "libgcrypt" |
9 | RDEPENDS_${PN} = "kernel-module-tun perl" | ||
10 | 9 | ||
11 | CFLAGS_append = ' -DVERSION=\\"${PV}\\"' | 10 | CFLAGS_append = ' -DVERSION=\\"${PV}\\"' |
12 | LDFLAGS_append = " -lgcrypt -lgpg-error" | 11 | LDFLAGS_append = " -lgcrypt -lgpg-error" |
@@ -19,6 +18,7 @@ do_install () { | |||
19 | } | 18 | } |
20 | 19 | ||
21 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 20 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" |
21 | RDEPENDS_${PN} = "kernel-module-tun perl-module-io-file" | ||
22 | 22 | ||
23 | SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ | 23 | SRC_URI = "http://www.unix-ag.uni-kl.de/~massar/vpnc/vpnc-${PV}.tar.gz \ |
24 | file://makeman.patch \ | 24 | file://makeman.patch \ |