diff options
| -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 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" | |||
| 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 \ |
