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-extended/diffutils/diffutils_2.8.1.bb | |
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-extended/diffutils/diffutils_2.8.1.bb')
-rw-r--r-- | recipes-extended/diffutils/diffutils_2.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/diffutils/diffutils_2.8.1.bb b/recipes-extended/diffutils/diffutils_2.8.1.bb index 7c43c4b..6e48dc6 100644 --- a/recipes-extended/diffutils/diffutils_2.8.1.bb +++ b/recipes-extended/diffutils/diffutils_2.8.1.bb | |||
@@ -21,6 +21,6 @@ CACHED_CONFIGUREVARS = "\ | |||
21 | jm_cv_func_working_realloc=yes \ | 21 | jm_cv_func_working_realloc=yes \ |
22 | " | 22 | " |
23 | 23 | ||
24 | do_configure_prepend () { | 24 | do_configure:prepend () { |
25 | chmod u+w ${S}/po/Makefile.in.in | 25 | chmod u+w ${S}/po/Makefile.in.in |
26 | } | 26 | } |