浏览代码

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>
Ross Burton 10 年之前
父节点
当前提交
6c2a235545

+ 0 - 5
meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb

@@ -1,5 +0,0 @@
-require python-mako_${PV}.bb
-inherit native pythonnative
-
-DEPENDS = "python-native"
-RDEPENDS_${PN} = ""

+ 3 - 0
meta-oe/recipes-devtools/python/python-mako_0.7.2.bb

@@ -17,3 +17,6 @@ RDEPENDS_${PN} = "python-threading \
                   python-netclient \
                   python-html \
 "
+RDEPENDS_${PN}_class-native = ""
+
+BBCLASSEXTEND = "native nativesdk"