On 26 Nov 2024, at 01:29, wangmy via lists.openembedded.org <[email protected]> wrote: > -SRCREV = "3402f380019dc4f882e1d8627029607aca3f4be6" > +SRCREV = “64d1f198fb2764dfb852a19becaf6f7f097fce2c"
If you ran buildhistory-diff: packages/cortexa57-poky-linux/libinput/libinput-dbg: RRECOMMENDS: removed "libcheck-dbg" packages/cortexa57-poky-linux/libinput/libinput-ptest: RDEPENDS: removed all items "libcheck (['>= 0.15.2'])" packages/cortexa57-poky-linux/libinput/libinput: RDEPENDS: removed all items "libcheck (['>= 0.15.2'])” Which is in the release notes (https://gitlab.freedesktop.org/libinput/libinput/-/releases): "For packagers: the check dependency is now optional, almost all tests can now run without it.” Look at the code, the only test that needs check is the test case for the new test runner, which isn’t installed: https://gitlab.freedesktop.org/libinput/libinput/-/blob/main/meson.build?ref_type=heads#L877 So remove the libcheck DEPENDS. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207935): https://lists.openembedded.org/g/openembedded-core/message/207935 Mute This Topic: https://lists.openembedded.org/mt/109783455/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
