diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:59:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 00:02:10 +0100 |
commit | 80747190ccce6628ce8815cf856f6ab867a00b5d (patch) | |
tree | 07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-devtools/m4/m4-1.4.9.inc | |
parent | 27eafbb395fd4f607249b2e57085012e40283926 (diff) | |
download | meta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz |
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using
<oe-core>/scripts/contrib/convert-overrides.py <this-layer>
with no manual fixes.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools/m4/m4-1.4.9.inc')
-rw-r--r-- | recipes-devtools/m4/m4-1.4.9.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/m4/m4-1.4.9.inc b/recipes-devtools/m4/m4-1.4.9.inc index 8c75dab..41f46cd 100644 --- a/recipes-devtools/m4/m4-1.4.9.inc +++ b/recipes-devtools/m4/m4-1.4.9.inc | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ | |||
8 | PR = "r2" | 8 | PR = "r2" |
9 | SRC_URI += "file://fix_for_circular_dependency.patch" | 9 | SRC_URI += "file://fix_for_circular_dependency.patch" |
10 | 10 | ||
11 | SRC_URI_append_class-target = "\ | 11 | SRC_URI:append:class-target = "\ |
12 | file://0001-freeze-fix-compilation-error-with-security-flags-ena.patch \ | 12 | file://0001-freeze-fix-compilation-error-with-security-flags-ena.patch \ |
13 | file://0002-build-don-t-need-charset.alias-when-building-for-mus.patch \ | 13 | file://0002-build-don-t-need-charset.alias-when-building-for-mus.patch \ |
14 | " | 14 | " |