diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_0.26.bb (renamed from meta-oe/recipes-support/libiio/libiio_0.25.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_0.25.bb b/meta-oe/recipes-support/libiio/libiio_0.26.bb index 2c6d2b5145..e8e6d5f683 100644 --- a/meta-oe/recipes-support/libiio/libiio_0.25.bb +++ b/meta-oe/recipes-support/libiio/libiio_0.26.bb | |||
@@ -4,9 +4,9 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPL-2.1-or-later" | 4 | LICENSE = "LGPL-2.1-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" |
6 | 6 | ||
7 | SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" | 7 | SRCREV = "a0eca0d2bf10326506fb762f0eec14255b27bef5" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=main" | 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=libiio-v0" |
10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |