]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scriptutils: fix fetch_url() to use lowercase dummy recipe name paule/devtool29-oe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:04:08 +0000 (11:04 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:50:58 +0000 (11:50 +1200)
commitb1dd615cfe8498d211564f9371d259c763d265f2
tree48e0fd78d53685c653156295b9649d7d4490cd50
parent5b63898d61d653f0e29a9fde63f91d4b3fe10e77
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>
scripts/lib/scriptutils.py