[bitbake-devel] [PATCH 0/2] gitsm fetcher, fix submodule unpack issues

Mark Hatle mark.hatle at windriver.com
Wed Jan 23 15:28:16 UTC 2019


Khem Raj discovered that a number of recipes using gitsm were failing.  This
was tied back to two items.  A mistake in the way the relative URLs was
being handled after the prior patch set, and the way the modules directory
of the various submodule components was being constructed.

This set fixes both issues, and additional tests for the specific cases
that Khem mentioned were also added to the test suite.


Mark Hatle (2):
  gitsm.py: Fix relative URLs
  gitsmy.py: Fix unpack of submodules of submodules

 lib/bb/fetch2/gitsm.py | 20 ++++++++++++--------
 lib/bb/tests/fetch.py  | 30 ++++++++++++++++++++++++++++--
 2 files changed, 40 insertions(+), 10 deletions(-)

-- 
1.8.3.1



More information about the bitbake-devel mailing list