From 6c2a235545839b1ae6e9940cafe2b6617a57a344 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 1 Nov 2013 17:22:38 +0000 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb | 5 ----- meta-oe/recipes-devtools/python/python-mako_0.7.2.bb | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb deleted file mode 100644 index 05479db454..0000000000 --- a/meta-oe/recipes-devtools/python/python-mako-native_0.7.2.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-mako_${PV}.bb -inherit native pythonnative - -DEPENDS = "python-native" -RDEPENDS_${PN} = "" diff --git a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb b/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb index 9e381f3dc2..1d2bdd7f94 100644 --- a/meta-oe/recipes-devtools/python/python-mako_0.7.2.bb +++ b/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" -- cgit 1.2.3-korg