summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libiio/libiio_git.bb24
1 files changed, 24 insertions, 0 deletions
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 0000000000..28a1073e24
--- /dev/null
+++ b/meta-oe/recipes-support/libiio/libiio_git.bb
@@ -0,0 +1,24 @@
1SUMMARY = "Library for interfacing with IIO devices"
2HOMEPAGE = "https://wiki.analog.com/resources/tools-software/linux-software/libiio"
3SECTION = "libs"
4LICENSE = "LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
6
7SRCREV = "e0fc3845506ccb19ab02e4b1d81cddeeee0805ab"
8PV = "0.7+git${SRCPV}"
9
10SRC_URI = "git://github.com/analogdevicesinc/libiio.git"
11
12S = "${WORKDIR}/git"
13
14DEPENDS = "flex-native bison-native avahi libaio libusb1 libxml2"
15
16inherit cmake pythonnative
17
18PACKAGES =+ "${PN}-iiod ${PN}-tests ${PN}-python"
19
20RDEPENDS_${PN}-python = "${PN} python-ctypes python-stringold"
21
22FILES_${PN}-iiod = "${sbindir}/iiod"
23FILES_${PN}-tests = "${bindir}"
24FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"