diff options
author | niko.mauno@vaisala.com <niko.mauno@vaisala.com> | 2020-05-09 17:06:00 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-05-17 14:41:35 -0700 |
commit | bb93e3c6ff622689ab08fda93bd2a129bc660ff5 (patch) | |
tree | 5776fddc8d188e63b2f6113c8360421b5ec8c1f7 /meta-python | |
parent | 8734abd294e9363ae09fb45c71d6b5ed8548a806 (diff) | |
download | meta-openembedded-bb93e3c6ff622689ab08fda93bd2a129bc660ff5.tar.gz |
python3-setuptools-scm: Add nativesdk to BBCLASSEXTEND
By doing so we mitigate failure when trying to bitbake recipe which
rdepends on nativesdk-python3-setuptools-scm, such as following error
when bitbaking nativesdk-python3-jsonschema:
ERROR: Nothing RPROVIDES 'nativesdk-python3-setuptools-scm' (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 <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit c966d3f063a9f159fd8db532b8034435e1cf3964)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb index c061ea2e63..a1fc3831fb 100644 --- a/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-setuptools-scm_3.3.3.bb | |||
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "bd25e1fb5e4d603dcf490f1fde40fb4c595b357795674c3e5cb7f6217a | |||
8 | PYPI_PACKAGE = "setuptools_scm" | 8 | PYPI_PACKAGE = "setuptools_scm" |
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS_${PN}_class-target = "\ | 11 | RDEPENDS_${PN} = "\ |
12 | ${PYTHON_PN}-debugger \ | 12 | ${PYTHON_PN}-debugger \ |
13 | ${PYTHON_PN}-json \ | 13 | ${PYTHON_PN}-json \ |
14 | ${PYTHON_PN}-py \ | 14 | ${PYTHON_PN}-py \ |
@@ -18,4 +18,4 @@ RDEPENDS_${PN}_class-native = "\ | |||
18 | ${PYTHON_PN}-setuptools-native \ | 18 | ${PYTHON_PN}-setuptools-native \ |
19 | " | 19 | " |
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native nativesdk" |