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
@@ -1,5 +0,0 @@
require python-mako_${PV}.bb
inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
@@ -17,3 +17,6 @@ RDEPENDS_${PN} = "python-threading \
python-netclient \ python-netclient \
python-html \ python-html \
" "
RDEPENDS_${PN}_class-native = ""
BBCLASSEXTEND = "native nativesdk"