[oe-commits] [meta-openembedded] 22/89: libiio: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 14:33:24 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 53a6b833df210aff4319dbbfcf8b6516d5a4301b
Author: Andrea Galbusera <gizero at gmail.com>
AuthorDate: Thu Nov 3 10:25:03 2016 +0100

    libiio: add recipe
    
    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libiio/libiio_git.bb | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb
new file mode 100644
index 0000000..28a1073
--- /dev/null
+++ b/meta-oe/recipes-support/libiio/libiio_git.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Library for interfacing with IIO devices"
+HOMEPAGE = "https://wiki.analog.com/resources/tools-software/linux-software/libiio"
+SECTION = "libs"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
+
+SRCREV = "e0fc3845506ccb19ab02e4b1d81cddeeee0805ab"
+PV = "0.7+git${SRCPV}"
+
+SRC_URI = "git://github.com/analogdevicesinc/libiio.git"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "flex-native bison-native avahi libaio libusb1 libxml2"
+
+inherit cmake pythonnative
+
+PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-python"
+
+RDEPENDS_${PN}-python = "${PN} python-ctypes python-stringold"
+
+FILES_${PN}-iiod = "${sbindir}/iiod"
+FILES_${PN}-tests = "${bindir}"
+FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list