Re: [OE-core] [PATCHv3 3/3] recipetool: create: handle git URLs specifying only a tag

2017-07-24 Thread Paul Eggleton
On Monday, 24 July 2017 10:25:03 AM CEST Chang Rebecca Swee Fun wrote: > Also, during the > creation of recipe, 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 >

[OE-core] [PATCHv3 3/3] recipetool: create: handle git URLs specifying only a tag

2017-07-24 Thread Chang Rebecca Swee Fun
From: Stanley Phoong If a git URL is passed to recipetool create with a tag=, recipetool should handle it assuming that the tag is valid. Also, during the creation of recipe, it seems that the automation for replacing ${PV} at the SRCURI for tag, (e.g