diff options
author | Martin Siegumfeldt <mns@gomspace.com> | 2023-05-17 20:16:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-17 17:43:11 -0700 |
commit | 998219d2e8179c8ca758da822b8dc17a1e3533b8 (patch) | |
tree | 2986aa3b750e899b32d658ef8a8902405414a4de /meta-oe/recipes-support/libiio | |
parent | 0474e0b8705ee2048e92ed5874b83b2535dc9cd2 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 10 |
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" | |||
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 = "92d6a35f3d8d721cda7d6fe664b435311dd368b4" | 7 | SRCREV = "c4498c27761d04d4ac631ec59c1613bfed079da5" |
8 | PV = "0.23" | 8 | PV = "0.24" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" |
11 | file://0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch \ | ||
12 | " | ||
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
14 | 12 | ||
15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
@@ -20,7 +18,7 @@ DEPENDS = " \ | |||
20 | flex-native bison-native libaio \ | 18 | flex-native bison-native libaio \ |
21 | " | 19 | " |
22 | 20 | ||
23 | inherit cmake python3native systemd setuptools3 | 21 | inherit cmake python3native systemd setuptools3 pkgconfig |
24 | 22 | ||
25 | EXTRA_OECMAKE = " \ | 23 | EXTRA_OECMAKE = " \ |
26 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 24 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |