]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: replacing PV in SRCURI
authorStanley Phoong <stanley.cheong.kwan.phoong@intel.com>
Mon, 21 Aug 2017 05:39:43 +0000 (17:39 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2017 07:30:32 +0000 (08:30 +0100)
commit9d3ec76c1b7dd75d904f5ff47297de0fb65b21c2
tree4b8ee39c57f41211b974dbf62a8bd18b52571da4
parent3afdcbdc9a3e65bc925ec61717784ffec67d529d
recipetool: create: replacing PV in SRCURI

During recipe creation, it seems that the automation for replacing
${PV} at the SRCURI for tag, (e.g mbed-tls-${PV}) is causing some
issue due to PV assuming it's a git source. A fix is implemented in
this patch to resolve this issue.

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