summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2024-11-20 13:00:05 -0300
committerKhem Raj <raj.khem@gmail.com>2024-11-20 09:32:08 -0800
commit78c5a8ebe751b5f42e855bd0a8ad2e7d170ef6c6 (patch)
treee43aee2d55e3a558fa368ebf0eacff01313b1f3b
parentc70d4bc096e6022855460de52a9981cc73b5d89b (diff)
downloadmeta-openembedded-78c5a8ebe751b5f42e855bd0a8ad2e7d170ef6c6.tar.gz
hwdata: allow to build native variant
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 <hiago.franco@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/hwdata/hwdata_0.389.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb
index 7479813f7d..fffd491178 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.389.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.389.bb
@@ -24,3 +24,5 @@ do_install() {
24 24
25FILES:${PN} = "${libdir}/* \ 25FILES:${PN} = "${libdir}/* \
26 ${datadir}/* " 26 ${datadir}/* "
27
28BBCLASSEXTEND += "native"