]> code.ossystems Code Review - openembedded-core.git/commit
native.bbclass: drop _virtclass-native and _virtclass-nativesdk overrides
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 10 May 2018 03:14:56 +0000 (20:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 May 2018 09:00:31 +0000 (10:00 +0100)
commitc5aa33ac483618bc23fbaccb0a18853186f9155d
tree05333752860f7beeb1de0150e8167271a5025dfe
parentefcf629e2d84bacb955201d1960969020796678e
native.bbclass: drop _virtclass-native and _virtclass-nativesdk overrides

The _virtclass-XXX over-rides are problematic in that they are higher
priority than _forcevariable, which is documented as being the
highest priority over-ride.

Since they are now obsolete (replaced by _class-native and
_class-nativesdk) drop them entirely rather than try to fix their
priority.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/native.bbclass
meta/classes/nativesdk.bbclass