]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: fetch2/git: use correct check to decide if the shallow tarball should be...
authorUrs Fässler <urs.fassler@bbv.ch>
Wed, 3 Oct 2018 12:04:07 +0000 (12:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Oct 2018 22:00:24 +0000 (23:00 +0100)
commit82f32d99f761c346015e1010038ca7e989b2d0c1
tree40934f3d825736ed54cce5ced85c499db065c8ff
parentb907303b92f597d159d1057a9d47148a23f30219
bitbake: fetch2/git: use correct check to decide if the shallow tarball should be unpacked

The shallow_tarball check is never true due a check on the caller side.
The tarball check is not related to the code on the caller side.

(Bitbake rev: 086eddcf8c7520ff5c52ce2a11ca9bf5b5fe5d7e)

Signed-off-by: Urs Fässler <urs.fassler@bbv.ch>
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/git.py