]> code.ossystems Code Review - openembedded-core.git/commit
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>
Fri, 31 Aug 2012 17:19:24 +0000 (10:19 -0700)
commitf01f0b8aed25af889f48fe1afff96feb3d9ed120
treedee29020fe0b23d76ae9dcc213615fba223769a0
parentc2109b765b24a7ffe4781257ad3fe4641a3b2a49
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.

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