From 992d17c8e8948e60eddaeba8cc892ae3249e33c3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 4 Feb 2017 17:28:18 +0000 Subject: 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 --- meta/recipes-core/glibc/glibc-initial.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta/recipes-core/glibc/glibc-initial.inc') diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc index 7380bdbcac..f94603c28c 100644 --- a/meta/recipes-core/glibc/glibc-initial.inc +++ b/meta/recipes-core/glibc/glibc-initial.inc @@ -43,7 +43,7 @@ do_install () { fi } -do_install_locale() { +do_stash_locale() { : } @@ -51,9 +51,4 @@ do_siteconfig () { : } -# We don't install any scripts so there is nothing to evacuate -do_evacuate_scripts () { - : -} - inherit nopackages -- cgit v1.2.3-54-g00ecf