diff options
author | Nicholas Pillitteri <nicholas.pillitteri@jhuapl.edu> | 2018-11-01 13:38:04 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:13 -0800 |
commit | f352612e772ec19927278b62da153b3164ba08e8 (patch) | |
tree | 77bb1e813a1506026601cc8ef5a3a0dd92c88a21 /meta-oe | |
parent | 685281914e29e34afa804b3422508aa2bb7b430f (diff) | |
download | meta-openembedded-f352612e772ec19927278b62da153b3164ba08e8.tar.gz |
Bump libiio version to 0.15
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 fa6f4c2ca..cc0efccf9 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 = "fa82974d8bd1fded78e630ab71a7ded1b11d0e33" | 7 | SRCREV = "6ecff5d46e1b12c2859f0b63a73282940e3402bb" |
8 | PV = "0.14+git${SRCPV}" | 8 | PV = "0.15+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 | 11 | ||