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:50:19 +0000 (15:50 +0000)
commit8c8d5a56140219e3823f0a0132ca2a92ec54f175
treec52312806f0c46d542302c3d3e1c8b12a081789b
parent90142c7b3ee98f346d163d26a85d4826298f31ad
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.

(From OE-Core rev: 79ea036de331bde65a88fb777647dc099ef05acf)

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