The nativesdk and target RDEPENDS are the same and there's nothing that
prohibits this package from build built for the native sysroot either.
Use the global RDEPENDS instead of per-class assignments.
While at it: order the dependencies alphabetically.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
${PYTHON_PN}-hatch-fancy-pypi-readme-native \
"
-RDEPENDS:${PN}:class-target += " \
- ${PYTHON_PN}-crypt \
+RDEPENDS:${PN}+= " \
${PYTHON_PN}-ctypes \
-"
-RDEPENDS:${PN}:class-nativesdk += " \
${PYTHON_PN}-crypt \
- ${PYTHON_PN}-ctypes \
"
BBCLASSEXTEND = "native nativesdk"