diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 5 |
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 d7e4cc60a9..cfd9746bdd 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -37,7 +37,10 @@ PACKAGECONFIG[libiio-python3] = "-DPYTHON_BINDINGS=ON,-DPYTHON_BINDINGS=OFF" | |||
37 | 37 | ||
38 | PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}" | 38 | PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-${PYTHON_PN}" |
39 | 39 | ||
40 | RDEPENDS_${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold" | 40 | # Inheriting setuptools3 incorrectly adds the dependency on ${PYTHON_PN}-core |
41 | # to ${PN} instead of to ${PN}-${PYTHON_PN} where it belongs. | ||
42 | RDEPENDS_${PN}_remove = "${PYTHON_PN}-core" | ||
43 | RDEPENDS_${PN}-${PYTHON_PN} = "${PN} ${PYTHON_PN}-core ${PYTHON_PN}-ctypes ${PYTHON_PN}-stringold" | ||
41 | 44 | ||
42 | FILES_${PN}-iiod = " \ | 45 | FILES_${PN}-iiod = " \ |
43 | ${sbindir}/iiod \ | 46 | ${sbindir}/iiod \ |