summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libiio/libiio_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb
index 748633d9d4..6ac534a288 100644
--- a/meta-oe/recipes-support/libiio/libiio_git.bb
+++ b/meta-oe/recipes-support/libiio/libiio_git.bb
@@ -38,7 +38,10 @@ PACKAGECONFIG[libiio-python3] = "-DPYTHON_BINDINGS=ON,-DPYTHON_BINDINGS=OFF"
38 38
39PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}" 39PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}"
40 40
41RDEPENDS:${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold" 41# Inheriting setuptools3 incorrectly adds the dependency on ${PYTHON_PN}-core
42# to ${PN} instead of to ${PN}-${PYTHON_PN} where it belongs.
43RDEPENDS:${PN}:remove = "${PYTHON_PN}-core"
44RDEPENDS:${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-core ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold"
42 45
43FILES:${PN}-iiod = " \ 46FILES:${PN}-iiod = " \
44 ${sbindir}/iiod \ 47 ${sbindir}/iiod \