From 06175c3c26fd32fc137c2af62593f3d5c43dcf99 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 21 Nov 2025 12:03:31 +0100 Subject: [PATCH] dey: update libgpiod preferred version Version 1.6.4 is no longer available, as meta-openembedded updated it to version 1.6.5. Update our preferred version using a wildcard as our libdigiapix depends on the 1.6.x series. Signed-off-by: Javier Viguera --- meta-digi-dey/conf/distro/dey.conf | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 520fdcb30..6a96c04de 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -59,11 +59,9 @@ FEATURE_PACKAGES_dey-wireless = "packagegroup-dey-wireless" # 5.72 version should be used, which is provided by the poky layer. PREFERRED_VERSION_bluez5 ?= "5.72" -# Latest version of libgpiod (2.1.1) breaks API compatibility with previously -# used version 1.6.3, causing libdigiapix compilation errors. Until we port -# libdigiapix to 2.1.1, use 1.6.4 instead, which is also available in poky to -# ensure compatibility with the old API. -PREFERRED_VERSION_libgpiod ?= "1.6.4" +# libdigiapix is not yet compatible with libgpiod 2.x, so until we do the +# porting, use version 1.6.x (still provided by meta-openembedded) +PREFERRED_VERSION_libgpiod ?= "1.6.%" # Use the FDO backend for WPE WebKit PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"