diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-05 23:15:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-08 13:58:03 -0700 |
commit | ea5088d719176bf0bdb1d14953f7775f564579a8 (patch) | |
tree | d4ebc4183395dc444fcd5227b09ea4fbe867a719 /meta-oe | |
parent | 457a207fd94146bdb974147f376e5a410c5957f6 (diff) | |
download | meta-openembedded-ea5088d719176bf0bdb1d14953f7775f564579a8.tar.gz |
libiio: upgrade 0.19 -> 0.20
See full changelog https://github.com/analogdevicesinc/libiio/releases/tag/v0.20
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index f83d9c922..d12fac633 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -4,8 +4,8 @@ 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 = "5f5af2e417129ad8f4e05fc5c1b730f0694dca12" | 7 | SRCREV = "26c5be5ae37334abf3021b52d27f84aa6a6b1842" |
8 | PV = "0.19+git${SRCPV}" | 8 | PV = "0.20+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" | 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |