summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libiio/libiio_git.bb
diff options
context:
space:
mode:
authorMartin Siegumfeldt <mns@gomspace.com>2019-10-16 13:00:55 +0200
committerKhem Raj <raj.khem@gmail.com>2019-10-17 05:53:26 -0700
commitc259bc3af89e2268e7253c7ac1a2e6ec8e031be8 (patch)
treed2d10ba662b9dd903c55676f93d98382b47aa2f0 /meta-oe/recipes-support/libiio/libiio_git.bb
parent9d738acfd2414571b0657aa3ca6fa87eb7ab108b (diff)
downloadmeta-openembedded-c259bc3af89e2268e7253c7ac1a2e6ec8e031be8.tar.gz
Revert "libiio: fix build of python bindins"
This reverts commit b0caf1fb82b90a6b123ba4463a8405568eda0389. * bindings are build through the variant 'libiio-python' and is not intended installed as part of just 'libiio' Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libiio/libiio_git.bb')
-rw-r--r--meta-oe/recipes-support/libiio/libiio_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb
index cc0efccf9..5d422520b 100644
--- a/meta-oe/recipes-support/libiio/libiio_git.bb
+++ b/meta-oe/recipes-support/libiio/libiio_git.bb
@@ -24,11 +24,10 @@ EXTRA_OECMAKE = " \
24 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DWITH_SYSTEMD=ON -DSYSTEMD_UNIT_INSTALL_DIR=${systemd_system_unitdir}', '', d)} \ 24 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DWITH_SYSTEMD=ON -DSYSTEMD_UNIT_INSTALL_DIR=${systemd_system_unitdir}', '', d)} \
25" 25"
26 26
27PACKAGECONFIG ??= "USB_BACKEND NETWORK_BACKEND PYTHON_BINDINGS" 27PACKAGECONFIG ??= "USB_BACKEND NETWORK_BACKEND"
28 28
29PACKAGECONFIG[USB_BACKEND] = "-DWITH_USB_BACKEND=ON,-DWITH_USB_BACKEND=OFF,libusb1,libxml2" 29PACKAGECONFIG[USB_BACKEND] = "-DWITH_USB_BACKEND=ON,-DWITH_USB_BACKEND=OFF,libusb1,libxml2"
30PACKAGECONFIG[NETWORK_BACKEND] = "-DWITH_NETWORK_BACKEND=ON,-DWITH_NETWORK_BACKEND=OFF,libxml2" 30PACKAGECONFIG[NETWORK_BACKEND] = "-DWITH_NETWORK_BACKEND=ON,-DWITH_NETWORK_BACKEND=OFF,libxml2"
31PACKAGECONFIG[PYTHON_BINDINGS] = ",,python"
32 31
33PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-python" 32PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-python"
34 33