aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/licenses
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2016-05-17 14:27:22 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2016-05-18 10:58:02 -0400
commitdf2e3bb6a3fbb56c24277d402bef895baaadcd45 (patch)
tree5ccd2d5a0467ec32158392f9c4456e170c397bde /meta-python/licenses
parent8fe7d1e60b2d64079a8f9c882231c2f27fc1729b (diff)
downloadmeta-openembedded-df2e3bb6a3fbb56c24277d402bef895baaadcd45.tar.gz
netcf: unconditionally remove gnulib dir to support reconfigure
The rmdir in configure prepend seemed like a nice sanity check to ensure the upstream source didn't change their handling of the gnulib submodule, but it will be a problem when changed sigs (in gnulib for example) trigger a reconfigure in an existing build. In such an instance, the .gnulib dir will have the old copy from the sysroot, and not be empty and the rmdir will fail. Given that we don't know what changed in the context of the prepend, we just assume it could have been the gnulib sysroot content, and hence blow away the old dir and re-copy in the possibly updated gnulib sysroot content. This works for both clean builds, and rebuilds that have triggered a reconfigure of an existing netcf build. Fixes: 093942197237 ("netcf: fix mishandling of gnulib submodule causing build fail") Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-python/licenses')
0 files changed, 0 insertions, 0 deletions