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 <javier.viguera@digi.com>
(cherry picked from commit 06175c3c26)
This commit is contained in:
parent
f5786c01e8
commit
8625756a2b
|
|
@ -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.%"
|
||||
|
||||
# Starting in wpewebkit 2.46.1, our ConnectCore demo is broken due to clicks
|
||||
# not being registered in the demo's main area. This doesn't happen in 2.44.4,
|
||||
|
|
|
|||
Loading…
Reference in New Issue