libiio: upgrade 0.18 -> 0.19

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>
This commit is contained in:
Pierre-Jean Texier
2020-02-14 11:31:08 +00:00
committed by Khem Raj
parent f3f8add488
commit 69c0e0d842
+2 -3
View File
@@ -4,9 +4,8 @@ SECTION = "libs"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
# v0.18 + a single commit fixing the build
SRCREV = "5090603d01779bb1717fb0c50953330e8770550f"
PV = "0.18+git${SRCPV}"
SRCREV = "5f5af2e417129ad8f4e05fc5c1b730f0694dca12"
PV = "0.19+git${SRCPV}"
SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https"