]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: allow specifying SRCREV via rev= in URI
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 28 Apr 2015 16:10:11 +0000 (17:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 May 2015 16:08:10 +0000 (17:08 +0100)
commitc9304fcb0a2b81700d0ed5c13b4d976bd4230ce3
treef7076942842631f8adeb3fd222e728bda33ed58b
parent2b997c41c6476a13bf516586d56a9051aceb93ec
recipetool: allow specifying SRCREV via rev= in URI

Provide a means to set SRCREV immediately by using rev= in the URI; if
it is specified then it is removed before setting SRC_URI and SRCREV is
set to the same value instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/recipetool/create.py