diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-22 16:26:05 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:04 +0200 |
commit | b28aa7fac9631c228bee98cfd2a0edea3c163916 (patch) | |
tree | d2c9b9f022826bef52946c1c8264f581717ac827 /meta-python | |
parent | 1f9601bd037507eb4ca02cb738749a2739eb82eb (diff) | |
download | meta-openembedded-b28aa7fac9631c228bee98cfd2a0edea3c163916.tar.gz |
python-markupsafe: Extend to build native version too
chromium-60+ will need it
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-markupsafe_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-markupsafe_1.0.bb b/meta-python/recipes-devtools/python/python-markupsafe_1.0.bb index 396eff102..5c9884b9f 100644 --- a/meta-python/recipes-devtools/python/python-markupsafe_1.0.bb +++ b/meta-python/recipes-devtools/python/python-markupsafe_1.0.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-markupsafe.inc | 2 | require python-markupsafe.inc |
3 | |||
4 | BBCLASSEXTEND = "native" | ||