]> code.ossystems Code Review - openembedded-core.git/commit
devtool: upgrade: remove erroneous error when not renaming recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Nov 2015 21:06:50 +0000 (10:06 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:30:54 +0000 (21:30 +0000)
commit656348dff9bc9dd1cafc8fff11e5e374e3667f0f
treea3119c1ae4e22689081b9fcc71529098b58af151
parent8b8f04226ebf464fa61c05ca7af7c6cbda392339
devtool: upgrade: remove erroneous error when not renaming recipe

If we're upgrading a git recipe the recipe file usually won't need
renaming; for some unknown reason we were throwing an error here which
isn't correct.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/upgrade.py