mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
Revert "libiio: fix build of python bindins"
This reverts commit b0caf1fb82.
* 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>
This commit is contained in:
committed by
Khem Raj
parent
9d738acfd2
commit
c259bc3af8
@@ -24,11 +24,10 @@ EXTRA_OECMAKE = " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '-DWITH_SYSTEMD=ON -DSYSTEMD_UNIT_INSTALL_DIR=${systemd_system_unitdir}', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "USB_BACKEND NETWORK_BACKEND PYTHON_BINDINGS"
|
||||
PACKAGECONFIG ??= "USB_BACKEND NETWORK_BACKEND"
|
||||
|
||||
PACKAGECONFIG[USB_BACKEND] = "-DWITH_USB_BACKEND=ON,-DWITH_USB_BACKEND=OFF,libusb1,libxml2"
|
||||
PACKAGECONFIG[NETWORK_BACKEND] = "-DWITH_NETWORK_BACKEND=ON,-DWITH_NETWORK_BACKEND=OFF,libxml2"
|
||||
PACKAGECONFIG[PYTHON_BINDINGS] = ",,python"
|
||||
|
||||
PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-python"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user