aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libiio
AgeCommit message (Collapse)Author
2021-03-05libiio: fix build when python bindings are enabledSam Van Den Berge
See https://github.com/openembedded/meta-openembedded/issues/248 Signed-off-by: Sam Van Den Berge <sam.van.den.berge@telenet.be> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-30libiio: upgrade 0.20 -> 0.21Zang Ruochen
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-08libiio: upgrade 0.19 -> 0.20Pierre-Jean Texier
See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.20 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-25libiio: fix upstream check URLPierre-Jean Texier
Fixes: INFO: libiio 0.19 2015.2 None 18563161daa5d61c9e404be26e714dbaf0f344f2 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-14libiio: upgrade 0.18 -> 0.19Pierre-Jean Texier
See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.19 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-01libiio: add python3 packageconfigMartin Siegumfeldt
* used for enabling python bindings - note that behavior is changed from 'opt-out' to 'opt-in' * config is used for potentially inheriting distutils3-base * also decapitalize packageconfig names similar to other recipes Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-25libiio: Inherit distutils3-base for packaging python filesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17libiio: bump to version 0.18+Martin Siegumfeldt
Move a few commits ahead of 0.18 in order to resolve build issue related to static only library installation. Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17libiio: allow python3 bindings to be builtMartin Siegumfeldt
Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-17Revert "libiio: fix build of python bindins"Martin Siegumfeldt
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>
2018-11-26Bump libiio version to 0.15Nicholas Pillitteri
2018-07-20libiio: fix build of python bindinsNeil Armstrong
In the actual form, the python bindings are never built since the recipe does not depend on python, thus the cmake script does not detect python and does not build the bindings. Add a summy PACKAGECONFIG for the python bindings to make it simpler to disable. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16libiio: update and improve recipeAdrian
* Update to latest version 0.14. * Make depends on avahi, libusb1 and libxml2 optional by PACKAGECONFIG or DISTRO flags. * Install iiod.service file Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-01-25libiio: Update to 0.8Steven van der Schoot
Signed-off-by: Steven van der Schoot <steven.vanderschoot@solarteameindhoven.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-11-23libiio: add recipeAndrea Galbusera
libiio is a C library for interfacing with IIO devices. It abstracts the low-level details of the hardware, and provides a simple yet complete programming interface. This recipe provides the following packages: * libiio: main package with C library * libiio-iiod: user space daemon providing network backend to iio devices * libiio-tests: user space test applications using libiio * libiio-python: python bindings Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>