]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: handle git URLs specifying only a tag
authorStanley Phoong <stanley.cheong.kwan.phoong@intel.com>
Mon, 21 Aug 2017 05:39:42 +0000 (17:39 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2017 07:30:32 +0000 (08:30 +0100)
commit3afdcbdc9a3e65bc925ec61717784ffec67d529d
treedc6b92ed1534ca6660824e2c6e929b03614062a7
parentecca596b75cfda2f798a0bdde75f4f774e23a95b
recipetool: create: handle git URLs specifying only a tag

If a git URL is passed to recipetool create with a tag=, recipetool
should handle it assuming that the tag is valid.

[YOCTO #11393]

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