]> code.ossystems Code Review - openembedded-core.git/commit
autotools: Fix interaction with bitbake -b
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2016 11:35:07 +0000 (11:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Feb 2016 08:27:17 +0000 (08:27 +0000)
commit60207e0cf3a5bce9123d3631a10a9540c72a9034
tree3649ca09c9606501af51d195ff5a74df4545d1fc
parentc546cced50ce8b72fe55f9a7cfe7fdb23c51d1ad
autotools: Fix interaction with bitbake -b

If you run bitbake -b on something using autotools with dependencies on

m4 files, it currently fails as the TASKDEPDATA is incomplete for
bitbake -b
and this means the relevant macros aren't found.

Work around this by adding *all* m4 files for the -b case (and show a warning).

[YOCTO #8890]

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