diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/m4/m4-1.4.19.inc | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-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.inc | 10 |
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 | |||
9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ |
10 | file://ac_config_links.patch \ | 10 | file://ac_config_links.patch \ |
11 | " | 11 | " |
12 | SRC_URI_append_class-target = " file://run-ptest \ | 12 | SRC_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 | ||
54 | RDEPENDS_${PN}-ptest += "make coreutils diffutils" | 54 | RDEPENDS:${PN}-ptest += "make coreutils diffutils" |
55 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 55 | RDEPENDS:${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 | ||
59 | INSANE_SKIP_${PN}-ptest += "ldflags" | 59 | INSANE_SKIP:${PN}-ptest += "ldflags" |
60 | INSANE_SKIP_${PN}-ptest += "rpaths" | 60 | INSANE_SKIP:${PN}-ptest += "rpaths" |
61 | 61 | ||