bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag.
authorJon Szymaniak <jon.szymaniak@gmail.com>
Mon, 17 Dec 2012 14:22:51 +0000 (09:22 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jan 2013 12:50:13 +0000 (12:50 +0000)
commitc8a0a8a069f690bd1d379944caec283173efd70f
tree5fba7a0c6df9918eabcdbd9a5a668f7021259204
parentb0af23be1e09fe16aa7a40d740eee71d22fb25ac
bitbake: hg.py: Fixed fetch failure that occurs when SRCREV is a tag.

Removed "-r REV" from hg clone invocation to fetch the entire repo,
rather than just the subset at the specified revision. This will ensure
that the specified tag exists for successive commands (e.g., the update
built on line 149.)

(Bitbake rev: f0a6261d3a8ede9ebdb6383e02cb2c2de1690640)

Signed-off-by: Jon Szymaniak <jon.szymaniak@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/hg.py