aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-22 16:26:05 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:04 +0200
commite51a8b1984eb9115b0557f470689729d3fe31842 (patch)
treee348d2c8d34abf3450f486eb67eaf725154db824 /recipes-devtools/python
parentaa748a7a3b5a2c95e189c9630994516e7623f2c1 (diff)
downloadmeta-python2-e51a8b1984eb9115b0557f470689729d3fe31842.tar.gz
python-markupsafe: Extend to build native version too
chromium-60+ will need it (From meta-openembedded commit: b28aa7fac9631c228bee98cfd2a0edea3c163916) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python-markupsafe_1.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-markupsafe_1.0.bb b/recipes-devtools/python/python-markupsafe_1.0.bb
index 396eff1..5c9884b 100644
--- a/recipes-devtools/python/python-markupsafe_1.0.bb
+++ b/recipes-devtools/python/python-markupsafe_1.0.bb
@@ -1,2 +1,4 @@
inherit setuptools
require python-markupsafe.inc
+
+BBCLASSEXTEND = "native"