]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch/hg: support submodules
authorDaniel McGregor <daniel.mcgregor@vecima.com>
Tue, 12 May 2015 03:25:18 +0000 (21:25 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 May 2015 11:14:14 +0000 (12:14 +0100)
commit9e24bde011479d9f22830080720510e52e9923d8
tree68885162cb2d45f6a734c88746d882ef60dd2b51
parentd30aedcdf91d78c1553d8aa1f6769d3afa5cce8e
bitbake: fetch/hg: support submodules

Use hg clone and hg pull to copy the source into the build
directory rather than taring up the cloned repository and
untarring in the destination.

This allows submodules to be cloned. While here, make the default
behaviour keep the hg scm data to match the behaviour of the git
fetcher.

(Bitbake rev: f002b1ca80cb542a4ed0c06c53c914cd5e076565)

Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/hg.py