From 9fdcd8c8dc5698eeaad1e7263a05b64f092f21eb Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 18 Jan 2024 17:49:58 +0100 Subject: python3-coverage: add native and nativesdk BBCLASSEXTEND To build python3-pytest-cov-native we need python3-coverage-native. To build nativesdk-python3-pytest-cov we need nativesdk-python3-coverage. Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb b/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb index cb1041c2ff..30922697ab 100644 --- a/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb @@ -18,3 +18,5 @@ RDEPENDS:${PN} += " \ python3-tomllib \ python3-xml \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf