From 998219d2e8179c8ca758da822b8dc17a1e3533b8 Mon Sep 17 00:00:00 2001 From: Martin Siegumfeldt Date: Wed, 17 May 2023 20:16:48 +0200 Subject: [PATCH] libiio: update to version 0.24 - drop 0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch (integrated upstream) - updated CMakeLists.txt requires pkgconfig Signed-off-by: Martin Siegumfeldt Signed-off-by: Khem Raj --- meta-oe/recipes-support/libiio/libiio_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index c8ff0d34bc..ea51c19f4a 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb @@ -4,12 +4,10 @@ SECTION = "libs" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" -SRCREV = "92d6a35f3d8d721cda7d6fe664b435311dd368b4" -PV = "0.23" +SRCREV = "c4498c27761d04d4ac631ec59c1613bfed079da5" +PV = "0.24" -SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master \ - file://0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch \ -" +SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" S = "${WORKDIR}/git" @@ -20,7 +18,7 @@ DEPENDS = " \ flex-native bison-native libaio \ " -inherit cmake python3native systemd setuptools3 +inherit cmake python3native systemd setuptools3 pkgconfig EXTRA_OECMAKE = " \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \