eglibc: Move perl- and bash-using scripts to separate recipes
authorPhil Blundell <philb@gnu.org>
Tue, 25 Sep 2012 12:56:41 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Oct 2012 13:59:29 +0000 (14:59 +0100)
commit6fc1ae8c8ce4cf29607d6f34b80b4598ab77d917
tree36ab48e8154fd719512d77993fe7a772cebf4f2f
parente196d1a890cb5ab5bb883bab16fcfe614fd35ff8
eglibc: Move perl- and bash-using scripts to separate recipes

This removes the dependency of eglibc.bb itself on perl and bash
which, in turn, eliminates the need to build those two recipes if the
scripts which need them are not going to be installed.

Also provide dummy do_evacuate_scripts() for all variants of eglibc-initial
otherwise the nativesdk and multilib variants might crash trying to
copy a non-existent mtrace script.

(From OE-Core rev: 74b5f8943b2b29c7b3b62be7d81fb2b3a86b9584)

Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc-collateral.inc [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-initial.inc
meta/recipes-core/eglibc/eglibc-locale.inc
meta/recipes-core/eglibc/eglibc-mtrace.inc [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-mtrace_2.16.bb [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/eglibc/eglibc-scripts.inc [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc-scripts_2.16.bb [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc_2.16.bb