]> code.ossystems Code Review - openembedded-core.git/commit
meta: Drop useless class
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Sep 2021 12:56:12 +0000 (13:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Sep 2021 12:49:07 +0000 (13:49 +0100)
commit6e2cbfc561dac89bf9183d24d90e52f7d9117826
tree588dea77f77cee3f014e3985ebec61a773ce249c
parent030d56e2e8ece93472adc51fe467221d846c9ac0
meta: Drop useless class

This class was added by me back in 2007 and has changed one for a whitespace issue
since. It only has two lines and neither are particularly useful, one was replaced
by the nopackages class, the other adding recursive dependencies also is now
mainly problematic adding tons of unneeded dependencies. The name is hard to
understand and the class doesn't have a clear purpose. Drop it.

Remove the references in devtool (which may be the one reason to keep it around
but in my view still not worth it).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/meta.bbclass [deleted file]
meta/lib/oeqa/selftest/cases/devtool.py
scripts/lib/devtool/standard.py