From 997728e0293de4b124c58f14d98b212b53df01af Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 16 Jul 2019 16:45:45 +0100 Subject: python-attrs: add native BBCLASSEXTEND Signed-off-by: Joshua Lock Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-attrs.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-attrs.inc') diff --git a/meta-python/recipes-devtools/python/python-attrs.inc b/meta-python/recipes-devtools/python/python-attrs.inc index 1f767ba199..bd0f7ee2c6 100644 --- a/meta-python/recipes-devtools/python/python-attrs.inc +++ b/meta-python/recipes-devtools/python/python-attrs.inc @@ -12,3 +12,5 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-crypt \ ${PYTHON_PN}-ctypes \ " + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf