python-mako: use BBCLASSEXTEND instead of native recipe

There isn't a need for a separate native recipe, so use BBCLASSEXTEND and
overrides.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Ross Burton
2013-11-01 17:22:38 +00:00
committed by Martin Jansa
parent bab1d28a35
commit 6c2a235545
2 changed files with 3 additions and 5 deletions
@@ -17,3 +17,6 @@ RDEPENDS_${PN} = "python-threading \
python-netclient \
python-html \
"
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native nativesdk"