]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: fix SRCPV prefix for non-git SCMs
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:54:13 +0000 (11:54 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Aug 2017 22:25:33 +0000 (23:25 +0100)
commitad1200c8729f21b325d347649f9dd5e5598de93e
tree588b1ac3667477c9b0e9d236f149f736b2d5b6cf
parent5d4bfe6cf788ce971a2e9419bc13492153023681
recipetool: create: fix SRCPV prefix for non-git SCMs

If you're fetching from an SCM other than git (for example subversion or
mercurial) then we need to use a different prefix for the SRCPV in PV
instead of +git.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py