]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: add: drop superfluous validation for recipe name paule/recipetool-fixes6
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 16 Sep 2016 04:28:10 +0000 (16:28 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 18 Sep 2016 20:06:10 +0000 (08:06 +1200)
commit18a6cbdd7dfdc478ad5199491c3a29033e6d99d6
tree5ff23a2d891c2d6ecc969ee88a302fb0badbf7b3
parent89d68923d93f02e598929c552d5c5f6d9b607c2c
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>
scripts/lib/devtool/standard.py