]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: fix support for gitsm://
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 12 Feb 2016 07:47:23 +0000 (08:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2016 08:57:29 +0000 (08:57 +0000)
commit41d06f512504cb24bb727308d08490b8741f332d
tree5101626eb5cec9f5077a19cf91983dccc5f2799f
parent2ff6c2ca2e22eaef37ccb4025bc0b78c42695eed
base.bbclass: fix support for gitsm://

Before the "Improve handling of SRCPV" change, gitsm SRC_URI entries
were merely missing a dependency on git for do_fetch. But after that
change, the special handling for "needsrcrev" was not applied, leading
to a fetcher error (older bitbake) or even a parse error (recent
bitbake).

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass