summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-collateral.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-04 17:28:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-07 14:50:09 +0000
commit992d17c8e8948e60eddaeba8cc892ae3249e33c3 (patch)
tree40a85e46aa8b7829049493f15039fd84e5bc6411 /meta/recipes-core/glibc/glibc-collateral.inc
parent9f122956263cbb6d25e5a57ff38941d890317c5e (diff)
downloadpoky-992d17c8e8948e60eddaeba8cc892ae3249e33c3.tar.gz
glibc: Separate locale files to their own sstate task
Putting the locale and script files into the sysroot for use by their specific recipes used to be a simple way to share the files. With RSS, we don't want to copy these into many different recipes so put these files in their own sstate task. (From OE-Core rev: c283f2532851e2a65e08fe7b3fd71c5d9abb70f2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-collateral.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-collateral.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc b/meta/recipes-core/glibc/glibc-collateral.inc
index 6b32e4a815..37f27ca448 100644
--- a/meta/recipes-core/glibc/glibc-collateral.inc
+++ b/meta/recipes-core/glibc/glibc-collateral.inc
@@ -15,7 +15,7 @@ deltask do_patch
15do_configure[noexec] = "1" 15do_configure[noexec] = "1"
16do_compile[noexec] = "1" 16do_compile[noexec] = "1"
17 17
18do_install[depends] += "virtual/${MLPREFIX}libc:do_populate_sysroot" 18do_install[depends] += "virtual/${MLPREFIX}libc:do_stash_locale"
19 19
20COMPATIBLE_HOST_libc-musl_class-target = "null" 20COMPATIBLE_HOST_libc-musl_class-target = "null"
21COMPATIBLE_HOST_libc-uclibc_class-target = "null" 21COMPATIBLE_HOST_libc-uclibc_class-target = "null"