pkg-generic: host variant use git submodules if target variant does
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 13 Jan 2021 22:10:14 +0000 (23:10 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 13 Jan 2021 22:32:31 +0000 (23:32 +0100)
commit4d03923b6a7776d30ee2a7452640d79442cfa2f0
tree7cd1f8d7bea20a4348b17919c422631195865569
parent2df32e0d4437b422175089edf1917219656fccef
pkg-generic: host variant use git submodules if target variant does

When a package has both a target and a host variant, and uses git
submodules, and the host variant is downloaded before the target one, we
end up with the generated archive missing the submodules.

This happens in exactly one package in our tree: c-capnproto.

This issue was not caught before because after a few days, the full
sources are added to sources.buildroot.net. So when the hash check
fails, the full tarball is simply downloaded from there.

Propagate the git submodule setting from the target variant to the host
variant, unless the host variant explicitly opted-out.

Fixes:
    http://autobuild.buildroot.org/results/2de9c6c8ce83569d18cc7140ebc60d6fe1aadcbf/

Reported-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/pkg-generic.mk