summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4/m4-1.4.19.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/m4/m4-1.4.19.inc
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-1.4.19.inc')
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.19.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc
index 5f3d59226e..0516e49552 100644
--- a/meta/recipes-devtools/m4/m4-1.4.19.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.19.inc
@@ -9,7 +9,7 @@ inherit autotools texinfo ptest gettext
9SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ 9SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \
10 file://ac_config_links.patch \ 10 file://ac_config_links.patch \
11 " 11 "
12SRC_URI_append_class-target = " file://run-ptest \ 12SRC_URI:append:class-target = " file://run-ptest \
13 file://serial-tests-config.patch \ 13 file://serial-tests-config.patch \
14 " 14 "
15 15
@@ -51,11 +51,11 @@ do_install_ptest() {
51} 51}
52 52
53 53
54RDEPENDS_${PN}-ptest += "make coreutils diffutils" 54RDEPENDS:${PN}-ptest += "make coreutils diffutils"
55RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 55RDEPENDS:${PN}-ptest:append:libc-glibc = "\
56 locale-base-fr-fr.iso-8859-1 \ 56 locale-base-fr-fr.iso-8859-1 \
57" 57"
58 58
59INSANE_SKIP_${PN}-ptest += "ldflags" 59INSANE_SKIP:${PN}-ptest += "ldflags"
60INSANE_SKIP_${PN}-ptest += "rpaths" 60INSANE_SKIP:${PN}-ptest += "rpaths"
61 61