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-core/musl | |
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-core/musl')
-rw-r--r-- | meta/recipes-core/musl/bsd-headers.bb | 4 | ||||
-rw-r--r-- | meta/recipes-core/musl/gcompat_git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/musl/libssp-nonshared.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl-utils.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl.inc | 8 | ||||
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 18 |
6 files changed, 22 insertions, 22 deletions
diff --git a/meta/recipes-core/musl/bsd-headers.bb b/meta/recipes-core/musl/bsd-headers.bb index c9945d45eb..cf8af0da3c 100644 --- a/meta/recipes-core/musl/bsd-headers.bb +++ b/meta/recipes-core/musl/bsd-headers.bb | |||
@@ -27,5 +27,5 @@ do_install() { | |||
27 | # | 27 | # |
28 | 28 | ||
29 | COMPATIBLE_HOST = ".*-musl.*" | 29 | COMPATIBLE_HOST = ".*-musl.*" |
30 | RDEPENDS_${PN}-dev = "" | 30 | RDEPENDS:${PN}-dev = "" |
31 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | 31 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-core/musl/gcompat_git.bb b/meta/recipes-core/musl/gcompat_git.bb index 863ba8dbf0..6e5cc11d5d 100644 --- a/meta/recipes-core/musl/gcompat_git.bb +++ b/meta/recipes-core/musl/gcompat_git.bb | |||
@@ -41,11 +41,11 @@ do_install () { | |||
41 | fi | 41 | fi |
42 | } | 42 | } |
43 | 43 | ||
44 | FILES_${PN} += "/lib64" | 44 | FILES:${PN} += "/lib64" |
45 | 45 | ||
46 | INSANE_SKIP_${PN} = "libdir" | 46 | INSANE_SKIP:${PN} = "libdir" |
47 | 47 | ||
48 | RPROVIDES_${PN} += "musl-glibc-compat" | 48 | RPROVIDES:${PN} += "musl-glibc-compat" |
49 | # | 49 | # |
50 | # We will skip parsing for non-musl systems | 50 | # We will skip parsing for non-musl systems |
51 | # | 51 | # |
diff --git a/meta/recipes-core/musl/libssp-nonshared.bb b/meta/recipes-core/musl/libssp-nonshared.bb index 81c87e8e8d..748dacf312 100644 --- a/meta/recipes-core/musl/libssp-nonshared.bb +++ b/meta/recipes-core/musl/libssp-nonshared.bb | |||
@@ -30,6 +30,6 @@ do_install() { | |||
30 | # We will skip parsing for non-musl systems | 30 | # We will skip parsing for non-musl systems |
31 | # | 31 | # |
32 | COMPATIBLE_HOST = ".*-musl.*" | 32 | COMPATIBLE_HOST = ".*-musl.*" |
33 | RDEPENDS_${PN}-staticdev = "" | 33 | RDEPENDS:${PN}-staticdev = "" |
34 | RDEPENDS_${PN}-dev = "" | 34 | RDEPENDS:${PN}-dev = "" |
35 | RRECOMMENDS_${PN}-dbg = "${PN}-staticdev (= ${EXTENDPKGV})" | 35 | RRECOMMENDS:${PN}-dbg = "${PN}-staticdev (= ${EXTENDPKGV})" |
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb index dd0ce33061..4f99d4324f 100644 --- a/meta/recipes-core/musl/musl-utils.bb +++ b/meta/recipes-core/musl/musl-utils.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
21 | 21 | ||
22 | PACKAGES =+ "${PN}-iconv" | 22 | PACKAGES =+ "${PN}-iconv" |
23 | 23 | ||
24 | FILES_${PN}-iconv = "${bindir}/iconv" | 24 | FILES:${PN}-iconv = "${bindir}/iconv" |
25 | 25 | ||
26 | COMPATIBLE_HOST = ".*-musl.*" | 26 | COMPATIBLE_HOST = ".*-musl.*" |
27 | 27 | ||
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 54edfc88e5..66468e92ff 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc | |||
@@ -14,16 +14,16 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b03f1cc25363d094011f8f4fd8bcfb68" | |||
14 | INHIBIT_DEFAULT_DEPS = "1" | 14 | INHIBIT_DEFAULT_DEPS = "1" |
15 | 15 | ||
16 | FILES_SOLIBSDEV = "" | 16 | FILES_SOLIBSDEV = "" |
17 | FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" | 17 | FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" |
18 | INSANE_SKIP_${PN} = "dev-so" | 18 | INSANE_SKIP:${PN} = "dev-so" |
19 | 19 | ||
20 | # Doesn't compile in MIPS16e mode due to use of hand-written | 20 | # Doesn't compile in MIPS16e mode due to use of hand-written |
21 | # assembly | 21 | # assembly |
22 | MIPS_INSTRUCTION_SET = "mips" | 22 | MIPS_INSTRUCTION_SET = "mips" |
23 | 23 | ||
24 | # thumb1 is unsupported | 24 | # thumb1 is unsupported |
25 | ARM_INSTRUCTION_SET_armv5 = "arm" | 25 | ARM_INSTRUCTION_SET:armv5 = "arm" |
26 | ARM_INSTRUCTION_SET_armv4 = "arm" | 26 | ARM_INSTRUCTION_SET:armv4 = "arm" |
27 | 27 | ||
28 | # Enable out of tree build | 28 | # Enable out of tree build |
29 | B = "${WORKDIR}/build" | 29 | B = "${WORKDIR}/build" |
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index bd9d5f1d4b..f9c174d9c1 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -42,7 +42,7 @@ LDFLAGS += "-Wl,-soname,libc.so" | |||
42 | # disabled automatically due to the optimisation level, but append an explicit | 42 | # disabled automatically due to the optimisation level, but append an explicit |
43 | # -fomit-frame-pointer to handle cases where optimisation is set to -O0 or frame | 43 | # -fomit-frame-pointer to handle cases where optimisation is set to -O0 or frame |
44 | # pointers have been enabled by -fno-omit-frame-pointer earlier in CFLAGS, etc. | 44 | # pointers have been enabled by -fno-omit-frame-pointer earlier in CFLAGS, etc. |
45 | CFLAGS_append_arm = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | 45 | CFLAGS:append:arm = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
46 | 46 | ||
47 | CONFIGUREOPTS = " \ | 47 | CONFIGUREOPTS = " \ |
48 | --prefix=${prefix} \ | 48 | --prefix=${prefix} \ |
@@ -70,19 +70,19 @@ do_install() { | |||
70 | lnr ${D}${libdir}/libc.so ${D}${bindir}/ldd | 70 | lnr ${D}${libdir}/libc.so ${D}${bindir}/ldd |
71 | } | 71 | } |
72 | 72 | ||
73 | FILES_${PN} += "/lib/ld-musl-${MUSL_LDSO_ARCH}.so.1 ${sysconfdir}/ld-musl-${MUSL_LDSO_ARCH}.path" | 73 | FILES:${PN} += "/lib/ld-musl-${MUSL_LDSO_ARCH}.so.1 ${sysconfdir}/ld-musl-${MUSL_LDSO_ARCH}.path" |
74 | FILES_${PN}-staticdev = "${libdir}/libc.a" | 74 | FILES:${PN}-staticdev = "${libdir}/libc.a" |
75 | FILES_${PN}-dev =+ "${libdir}/libcrypt.a ${libdir}/libdl.a ${libdir}/libm.a \ | 75 | FILES:${PN}-dev =+ "${libdir}/libcrypt.a ${libdir}/libdl.a ${libdir}/libm.a \ |
76 | ${libdir}/libpthread.a ${libdir}/libresolv.a \ | 76 | ${libdir}/libpthread.a ${libdir}/libresolv.a \ |
77 | ${libdir}/librt.a ${libdir}/libutil.a ${libdir}/libxnet.a \ | 77 | ${libdir}/librt.a ${libdir}/libutil.a ${libdir}/libxnet.a \ |
78 | " | 78 | " |
79 | 79 | ||
80 | RDEPENDS_${PN}-dev += "linux-libc-headers-dev bsd-headers-dev libssp-nonshared-staticdev" | 80 | RDEPENDS:${PN}-dev += "linux-libc-headers-dev bsd-headers-dev libssp-nonshared-staticdev" |
81 | RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" | 81 | RPROVIDES:${PN}-dev += "libc-dev virtual-libc-dev" |
82 | RPROVIDES_${PN} += "ldd libsegfault rtld(GNU_HASH)" | 82 | RPROVIDES:${PN} += "ldd libsegfault rtld(GNU_HASH)" |
83 | 83 | ||
84 | LEAD_SONAME = "libc.so" | 84 | LEAD_SONAME = "libc.so" |
85 | INSANE_SKIP_${PN}-dev = "staticdev" | 85 | INSANE_SKIP:${PN}-dev = "staticdev" |
86 | INSANE_SKIP_${PN} = "libdir" | 86 | INSANE_SKIP:${PN} = "libdir" |
87 | 87 | ||
88 | UPSTREAM_CHECK_COMMITS = "1" | 88 | UPSTREAM_CHECK_COMMITS = "1" |