summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libiio/libiio_git.bb
diff options
context:
space:
mode:
authorMartin Siegumfeldt <mns@gomspace.com>2023-05-17 20:16:48 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-17 17:43:11 -0700
commit998219d2e8179c8ca758da822b8dc17a1e3533b8 (patch)
tree2986aa3b750e899b32d658ef8a8902405414a4de /meta-oe/recipes-support/libiio/libiio_git.bb
parent0474e0b8705ee2048e92ed5874b83b2535dc9cd2 (diff)
downloadmeta-openembedded-998219d2e8179c8ca758da822b8dc17a1e3533b8.tar.gz
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 <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libiio/libiio_git.bb')
-rw-r--r--meta-oe/recipes-support/libiio/libiio_git.bb10
1 files 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 c8ff0d34b..ea51c19f4 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"
4LICENSE = "LGPL-2.1-or-later" 4LICENSE = "LGPL-2.1-or-later"
5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" 5LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
6 6
7SRCREV = "92d6a35f3d8d721cda7d6fe664b435311dd368b4" 7SRCREV = "c4498c27761d04d4ac631ec59c1613bfed079da5"
8PV = "0.23" 8PV = "0.24"
9 9
10SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master \ 10SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master"
11 file://0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch \
12"
13UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
14 12
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
@@ -20,7 +18,7 @@ DEPENDS = " \
20 flex-native bison-native libaio \ 18 flex-native bison-native libaio \
21" 19"
22 20
23inherit cmake python3native systemd setuptools3 21inherit cmake python3native systemd setuptools3 pkgconfig
24 22
25EXTRA_OECMAKE = " \ 23EXTRA_OECMAKE = " \
26 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ 24 -DCMAKE_BUILD_TYPE=RelWithDebInfo \