aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2020-12-16 16:03:23 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-21 17:52:34 -0800
commit4a0ee53848c8ba58db520c17e4208e4430b41463 (patch)
tree1cb769e8c8d82c2104d35800d335d45dd3341566 /meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb
parentd00a1f363d7636094f84c86cbceb28d46154be8a (diff)
downloadmeta-openembedded-contrib-4a0ee53848c8ba58db520c17e4208e4430b41463.tar.gz
python3-wrapt: add native support
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb
index 49fde1003d..bb9b95201b 100644
--- a/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb
@@ -13,3 +13,5 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-stringold \
${PYTHON_PN}-threading \
"
+
+BBCLASSEXTEND = "native"