From 6be235b5c3b7c7a12c209c897df03d613ebda3c1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 12 Jul 2023 03:11:21 +0200 Subject: [PATCH] libiio: update to version 0.25 The version 0.25 has been released, it has not been tagged however. Update the this version anyway. Signed-off-by: Marek Vasut Signed-off-by: Khem Raj --- meta-oe/recipes-support/libiio/libiio_git.bb | 4 ++-- 1 file 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 7907dcfc24..ecbd2c8641 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" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" -SRCREV = "c4498c27761d04d4ac631ec59c1613bfed079da5" -PV = "0.24" +SRCREV = "eee8cba6f42177a094ebe16759606a719676fda7" +PV = "0.25" SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"