]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: extract SRC_URI from local git repositories
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 22 Jan 2016 11:59:59 +0000 (00:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:57 +0000 (23:42 +0000)
commitb143d414846854dc8b3e0a47358daf5646eded38
tree013a77e593920c3348281778dfca343319d1fc8d
parent59682d78f95732e014f78f13e0a05f843860d9bb
recipetool: create: extract SRC_URI from local git repositories

If you specify a local directory which happens to be a git repository
with an origin remote (and it is in fact remote), we can use that for
SRC_URI rather than leaving it blank in the recipe.

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