summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2020-11-30 21:23:00 +0100
committerKhem Raj <raj.khem@gmail.com>2020-11-30 22:42:20 -0800
commite1f6b988423b7f5e449196b0593ea58ad4aa3f02 (patch)
treeb484cc6413a9143499c023d5e98649eb78baa67b /meta-oe/recipes-support
parent45b9864e13ff36964b0382d06feda1fc7330fdfa (diff)
downloadmeta-openembedded-e1f6b988423b7f5e449196b0593ea58ad4aa3f02.tar.gz
libgpiod: update v1.4.5 -> v1.6.2
We're now by default on linux v5.8 so the GPIO features supported by libgpiod v1.6 are available. Bump the version to v1.6.2 and extend the recipe to depend on additional testing packages if tests are being built. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_1.4.5.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.5.bb b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb
index aec50e7e6..c0cf54589 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.4.5.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.6.2.bb
@@ -5,12 +5,12 @@ LICENSE = "LGPLv2.1+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de" 5LIC_FILES_CHKSUM = "file://COPYING;md5=2caced0b25dfefd4c601d92bd15116de"
6 6
7SRC_URI = "https://www.kernel.org/pub/software/libs/${BPN}/${BP}.tar.xz" 7SRC_URI = "https://www.kernel.org/pub/software/libs/${BPN}/${BP}.tar.xz"
8SRC_URI[md5sum] = "0da9e11dcb0ac0149967b0c4d3ed9cfd" 8SRC_URI[md5sum] = "4765470becb619fead3cdaeac61b9a77"
9SRC_URI[sha256sum] = "a041b06907c956dd1c77836cccf4d392af29b9fe09c8ad18449a6da707b5ba2d" 9SRC_URI[sha256sum] = "c601e71846f5ab140c83bc757fdd62a4fda24a9cee39cc5e99c96ec2bf1b06a9"
10 10
11inherit autotools pkgconfig python3native 11inherit autotools pkgconfig python3native
12 12
13PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev" 13PACKAGECONFIG[tests] = "--enable-tests,--disable-tests,kmod udev glib-2.0 catch2"
14PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx" 14PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
15PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3" 15PACKAGECONFIG[python3] = "--enable-bindings-python,--disable-bindings-python,python3"
16 16