summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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"
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 \