]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add: drop superfluous validation for recipe name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 18 Sep 2016 20:08:13 +0000 (08:08 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2016 08:06:52 +0000 (09:06 +0100)
commite010d9be3709cf3c607ffc03c3188abe4e1e9eb4
tree5e59cfe37ee0a0ec5010315ead1e9055d81a38db
parentc5d5a1baf98a11676537fb5e9f8ec4409e30c1fd
devtool: add: drop superfluous validation for recipe name

Now that recipeutils.validate_pn() properly validates characters used in
the name, we can drop this bit checking for '/' since that's not
permitted by validate_pn(). (The FIXME comment here - that I myself
apparently wrote - is questionable since that function was clearly never
intended to allow '/', perhaps I was misled because it was broken and
did so).

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