nativesdk: Convert to use classextend.py
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Dec 2011 13:53:11 +0000 (13:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Sep 2012 12:52:05 +0000 (05:52 -0700)
commit1d50f7514cca8c6d8b49e03a5907e25c7f2ce21d
tree980083855da746cc5a2f1b7f875c503f3e6451c2
parentdc68f0d6bf57502dde5c212f3afe062ed93eb19e
nativesdk: Convert to use classextend.py

This patch converts the nativesdk class itself from operating as a suffix
to a prefix (see the proceeding patch for the related changes outside this
class).

The big benefit here is that we can reuse the generic class extension code.

(From OE-Core rev: f01f0b8aed25af889f48fe1afff96feb3d9ed120)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/nativesdk.bbclass
meta/lib/oe/classextend.py