diff options
-rw-r--r-- | meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 6 |
1 files changed, 5 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 ea21799853..54e855a099 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -28,6 +28,8 @@ PACKAGECONFIG ?= "gnutls" | |||
28 | PACKAGECONFIG[gnutls] = ",,gnutls" | 28 | PACKAGECONFIG[gnutls] = ",,gnutls" |
29 | PACKAGECONFIG[openssl] = ",,openssl" | 29 | PACKAGECONFIG[openssl] = ",,openssl" |
30 | 30 | ||
31 | PACKAGES =+ "${PN}-script" | ||
32 | |||
31 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
32 | 34 | ||
33 | inherit perlnative pkgconfig | 35 | inherit perlnative pkgconfig |
@@ -54,6 +56,8 @@ vpnc_sysroot_preprocess () { | |||
54 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc | 56 | install -m 755 ${D}${sysconfdir}/vpnc/vpnc-script ${SYSROOT_DESTDIR}${sysconfdir}/vpnc |
55 | } | 57 | } |
56 | 58 | ||
59 | FILES_${PN}-script = "${sysconfdir}/vpnc/vpnc-script" | ||
60 | |||
57 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 61 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" |
58 | RDEPENDS_${PN} = "perl-module-io-file" | 62 | RDEPENDS_${PN} = "perl-module-io-file ${PN}-script" |
59 | RRECOMMENDS_${PN} = "kernel-module-tun" | 63 | RRECOMMENDS_${PN} = "kernel-module-tun" |