From 4a0ee53848c8ba58db520c17e4208e4430b41463 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 16 Dec 2020 16:03:23 +0800 Subject: [PATCH] python3-wrapt: add native support Signed-off-by: Hongxu Jia Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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 49fde1003..bb9b95201 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"