]> code.ossystems Code Review - openembedded-core.git/commit
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:57:26 +0000 (14:57 +0100)
commit74b5f8943b2b29c7b3b62be7d81fb2b3a86b9584
tree03cd109a102b3a6ffe13a079b585f8049b105c12
parent61131828c59178c923b3d5b5fcacf0dbcba275a5
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.

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