]> code.ossystems Code Review - openembedded-core.git/commit
scriptutils: fix fetch_url() to use lowercase dummy recipe name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:54:17 +0000 (11:54 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Aug 2017 22:25:33 +0000 (23:25 +0100)
commitb48c48b00e82491d1c69e4d89a79c6242361abec
treed743084fc464165441aa2d4953eb7aca838f1694
parentf49042e707d641b59a71c687374b76df97c64c34
scriptutils: fix fetch_url() to use lowercase dummy recipe name

recipetool create (and hence devtool add) and devtool upgrade use
fetch_url() which creates a dummy recipe in order to fetch source.
Previously the random part of the name was using uppercase characters,
and this triggers a QA warning after OE-Core commit
4713f8b2c4f2c74239d284adcf1e59e61aa66576, so use lowercase instead as I
really should have in the first place.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/scriptutils.py