aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2018-10-31 15:21:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-01 14:04:11 +0000
commit5a7009c204f4d2254e3b2d83ad9319ac23f1cf4d (patch)
tree8ccc08312abe13ea53ad35881d6b3fc4aef5501f /ChangeLog
parentfdc1dbf96f153b496de52acd8263366a1ff303ad (diff)
downloadbitbake-contrib-5a7009c204f4d2254e3b2d83ad9319ac23f1cf4d.tar.gz
fetch2/gitsm.py: Fix the references when the module and path are different
Git does not require the module and target path to be the same in the .gitmodules file. This incorrect assumption was being made previously causing various unpack failures. An example .gitmodule showing this issue: [submodule "plugins/WaveShaper/Libs/inih"] path = plugins/wolf-shaper/Libs/inih url = https://github.com/pdesaulniers/inih.git The unpack function also needed to work in a loop on the overall submodules_queue. Before it could have missed items that were not in the primary repository. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions