aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-19 10:33:32 +0000
committerKhem Raj <raj.khem@gmail.com>2019-11-19 23:33:03 -0800
commitaf41ee27fe3087254860f04b783723e884499356 (patch)
treee39f2954b2ff0ffa508bb7e91f62e8981543adde
parentc1dd93296ff69c0c29dfaa22f586b8738e71ee52 (diff)
downloadmeta-openembedded-contrib-af41ee27fe3087254860f04b783723e884499356.tar.gz
python-babel: add BBCLASSEXTEND for native/nativesdk
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-babel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-babel.inc b/meta-python/recipes-devtools/python/python-babel.inc
index e6e6862509..c55b45922e 100644
--- a/meta-python/recipes-devtools/python/python-babel.inc
+++ b/meta-python/recipes-devtools/python/python-babel.inc
@@ -23,3 +23,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-shell \
${PYTHON_PN}-threading \
"
+
+BBCLASSEXTEND = "native nativesdk"