]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: fix greedy regex that broke support for github tarballs
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 26 Jul 2016 02:57:49 +0000 (14:57 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2016 20:30:16 +0000 (21:30 +0100)
commit9291c5d3c257d5ada7605dfe46ababda08f6d3c1
treeaf7c5f18c838b71ad4b96896d0da5fcf0e64549d
parentda191d5c139a6b400d1b8fe246912b081dd18176
recipetool: create: fix greedy regex that broke support for github tarballs

The regex here needs to be anchored to the end or it'll match longer
URLs, which was exactly what I was trying to avoid. This regression was
introduced in OE-Core revision 7998dc3597657229507e5c140fceef1e485ac402.

Fixes [YOCTO #10023].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create.py