]> code.ossystems Code Review - openembedded-core.git/commit
checklayer: remove reference to undefined class
authorAnuj Mittal <anuj.mittal@intel.com>
Thu, 15 Mar 2018 05:59:51 +0000 (13:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Mar 2018 14:06:25 +0000 (15:06 +0100)
commitd06cf17109a2ca310c270ce4a27a15cb6190e2ff
treefd8cb73dcfb80c5c5dd7d1e426f04bac7a031f34
parent1c2213fe1ac082288f366e4578d7a6e84410d820
checklayer: remove reference to undefined class

LayerError doesn't exist and will lead to an error when this failure
code path is hit.

(From OE-Core rev: 7780482772d005c77825dc3e99e63f00911156bf)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/checklayer/__init__.py