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/mtools/mtools_3.9.9.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-devtools/mtools/mtools_3.9.9.bb')
-rw-r--r-- | recipes-devtools/mtools/mtools_3.9.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/mtools/mtools_3.9.9.bb b/recipes-devtools/mtools/mtools_3.9.9.bb index d28fc48..8e106b0 100644 --- a/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/recipes-devtools/mtools/mtools_3.9.9.bb | |||
@@ -8,8 +8,8 @@ PR = "r6" | |||
8 | 8 | ||
9 | DEPENDS += "virtual/libiconv" | 9 | DEPENDS += "virtual/libiconv" |
10 | 10 | ||
11 | RDEPENDS_${PN}_libc-glibc = "glibc-gconv-ibm850" | 11 | RDEPENDS:${PN}:libc-glibc = "glibc-gconv-ibm850" |
12 | RRECOMMENDS_${PN}_libc-glibc = "\ | 12 | RRECOMMENDS:${PN}:libc-glibc = "\ |
13 | glibc-gconv-ibm437 \ | 13 | glibc-gconv-ibm437 \ |
14 | glibc-gconv-ibm737 \ | 14 | glibc-gconv-ibm737 \ |
15 | glibc-gconv-ibm775 \ | 15 | glibc-gconv-ibm775 \ |
@@ -46,7 +46,7 @@ BBCLASSEXTEND = "native nativesdk" | |||
46 | PACKAGECONFIG ??= "" | 46 | PACKAGECONFIG ??= "" |
47 | PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd" | 47 | PACKAGECONFIG[libbsd] = "ac_cv_lib_bsd_main=yes,ac_cv_lib_bsd_main=no,libbsd" |
48 | 48 | ||
49 | do_install_prepend () { | 49 | do_install:prepend () { |
50 | # Create bindir to fix parallel installation issues | 50 | # Create bindir to fix parallel installation issues |
51 | mkdir -p ${D}/${bindir} | 51 | mkdir -p ${D}/${bindir} |
52 | mkdir -p ${D}/${datadir} | 52 | mkdir -p ${D}/${datadir} |