]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Wed, 23 Aug 2017 07:47:02 +0000 (08:47 +0100)
commitfe62cedd4b81ea0537c3cc7c5141c8e492222e7a
tree860e847853c79f5af19a8cb7bf6a37ec3f2c89f2
parent62d5035ffca049e1c817b53be3074b2d13a6d2d7
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]

(From OE-Core rev: 3afdcbdc9a3e65bc925ec61717784ffec67d529d)

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