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/patch/patch.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/patch/patch.inc')
-rw-r--r-- | recipes-devtools/patch/patch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/patch/patch.inc b/recipes-devtools/patch/patch.inc index cbfb8cf..a12d426 100644 --- a/recipes-devtools/patch/patch.inc +++ b/recipes-devtools/patch/patch.inc | |||
@@ -10,5 +10,5 @@ S = "${WORKDIR}/patch-${PV}" | |||
10 | 10 | ||
11 | inherit autotools update-alternatives | 11 | inherit autotools update-alternatives |
12 | 12 | ||
13 | ALTERNATIVE_${PN} = "patch" | 13 | ALTERNATIVE:${PN} = "patch" |
14 | ALTERNATIVE_PRIORITY = "100" | 14 | ALTERNATIVE_PRIORITY = "100" |