]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: lower case name when determining from filename
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jan 2016 11:15:49 +0000 (00:15 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Jan 2016 15:41:06 +0000 (15:41 +0000)
commit64986decbc11afa0d1e11251f5f7adcba1860d19
tree6dc3058964e63a46debf5a611efcb38884f0b4f7
parent0bba4b5afd2ce2c3a79445eee886979a77f1a4d8
recipetool: create: lower case name when determining from filename

As a matter of general convention we expect recipe names to be lower
case; in fact some of the packaging backends insist upon it. Since in
this part of the code we're auto-determining the name, we should convert
the name to lowercase if it's not already so that we're following
convention and avoiding any validation issues later on.

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