From: Hiago De Franco <[email protected]> This is a requirement for libdisplay-info version 0.2.0, which fails without hwdata-native:
| WARNING: CMake Toolchain: Failed to determine CMake compilers state | Build-time dependency hwdata found: NO (tried pkgconfig) | | ../git/meson.build:24:11: ERROR: File /usr/share/hwdata/pnp.ids does not exist. | | ERROR: meson failed | WARNING: exit code 1 from a shell command. ERROR: Task (poky/meta/recipes-support/libdisplay-info/libdisplay-info_0.2.0.bb:do_configure) failed with exit code '1' Signed-off-by: Hiago De Franco <[email protected]> --- meta-oe/recipes-support/hwdata/hwdata_0.388.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.388.bb b/meta-oe/recipes-support/hwdata/hwdata_0.388.bb index 63fcfb22b707..dde9647479a3 100644 --- a/meta-oe/recipes-support/hwdata/hwdata_0.388.bb +++ b/meta-oe/recipes-support/hwdata/hwdata_0.388.bb @@ -24,3 +24,5 @@ do_install() { FILES:${PN} = "${libdir}/* \ ${datadir}/* " + +BBCLASSEXTEND += "native" -- 2.39.5
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113929): https://lists.openembedded.org/g/openembedded-devel/message/113929 Mute This Topic: https://lists.openembedded.org/mt/109686459/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
