diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-networking/recipes-connectivity/vpnc | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/vpnc')
-rw-r--r-- | meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 10 |
1 files changed, 5 insertions, 5 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 54e855a09..63a0494e4 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | |||
@@ -36,7 +36,7 @@ inherit perlnative pkgconfig | |||
36 | 36 | ||
37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" | 37 | #EXTRA_OEMAKE = "-e MAKEFLAGS=" |
38 | 38 | ||
39 | do_configure_append () { | 39 | do_configure:append () { |
40 | # Make sure we use our nativeperl wrapper | 40 | # Make sure we use our nativeperl wrapper |
41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl | 41 | sed -i "1s:#!.*:#!/usr/bin/env nativeperl:" ${S}/*.pl |
42 | cp ${WORKDIR}/long-help ${S} | 42 | cp ${WORKDIR}/long-help ${S} |
@@ -56,8 +56,8 @@ vpnc_sysroot_preprocess () { | |||
56 | 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 |
57 | } | 57 | } |
58 | 58 | ||
59 | FILES_${PN}-script = "${sysconfdir}/vpnc/vpnc-script" | 59 | FILES:${PN}-script = "${sysconfdir}/vpnc/vpnc-script" |
60 | 60 | ||
61 | CONFFILES_${PN} = "${sysconfdir}/vpnc/default.conf" | 61 | CONFFILES:${PN} = "${sysconfdir}/vpnc/default.conf" |
62 | RDEPENDS_${PN} = "perl-module-io-file ${PN}-script" | 62 | RDEPENDS:${PN} = "perl-module-io-file ${PN}-script" |
63 | RRECOMMENDS_${PN} = "kernel-module-tun" | 63 | RRECOMMENDS:${PN} = "kernel-module-tun" |