]> code.ossystems Code Review - openembedded-core.git/commit
autotools: Limit aclocal files to those in dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Mar 2014 17:36:38 +0000 (17:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Mar 2014 15:23:42 +0000 (15:23 +0000)
commit79ea036de331bde65a88fb777647dc099ef05acf
treef128c945dbffd86e2f5c767b9a6a398147af8da5
parenteab0adf47ea0d78d34f5ce608f4039a158877184
autotools: Limit aclocal files to those in dependencies

We still occasionally see race issues with cp-noerror, and it copies
too many files, we should limit the the m4 files to those explicitly in
the DEPENDS for the recipe.

This change takes advantage of the BB_TASKDEPDATA data from bitbake to
only copy in those files listed in the manifest of the recipes in DEPENDS.

I've had this testing locally for some time, its ready for wider
review/testing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass