diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 4282355f87..4e57d5b77b 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -4,8 +4,9 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPLv2.1+" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" |
6 | 6 | ||
7 | SRCREV = "6ecff5d46e1b12c2859f0b63a73282940e3402bb" | 7 | # v0.18 + a single commit fixing the build |
8 | PV = "0.15+git${SRCPV}" | 8 | SRCREV = "5090603d01779bb1717fb0c50953330e8770550f" |
9 | PV = "0.18+git${SRCPV}" | ||
9 | 10 | ||
10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" | 11 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" |
11 | 12 | ||