From 3ab088ccdc35e1ad04ceb44efbe240dbb7513945 Mon Sep 17 00:00:00 2001 From: "niko.mauno@vaisala.com" Date: Sat, 9 May 2020 17:06:01 +0000 Subject: python3-attrs: Add nativesdk to BBCLASSEXTEND By doing so we mitigate failure when trying to bitbake recipe which rdepends on nativesdk-python3-attrs, such as following error when bitbaking nativesdk-python3-jsonschema: ERROR: Nothing RPROVIDES 'nativesdk-python3-attrs' (but virtual:nativesdk:.../meta-openembedded/meta-python/recipes-devtools/python/python3-jsonschema_3.2.0.bb RDEPENDS on or otherwise requires it) Signed-off-by: Niko Mauno Signed-off-by: Khem Raj (cherry picked from commit 129efc7fa0c04ee812a972fc5b63990fe74288ea) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb index b3739fda8c..7ff8049e52 100644 --- a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb @@ -12,5 +12,9 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-crypt \ ${PYTHON_PN}-ctypes \ " +RDEPENDS_${PN}_class-nativesdk += " \ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-ctypes \ +" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg