mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 18:16:28 +00:00
Signed-off-by: Steven van der Schoot <steven.vanderschoot@solarteameindhoven.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
739 B
BlitzBasic
25 lines
739 B
BlitzBasic
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 = "08f947d5e40600259bb698c3b95538e9f2bfecc2"
|
|
PV = "0.8+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}"
|