Skip to content

Commit

Permalink
hwdata: allow to build native variant
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
hiagofranco authored and kraj committed Nov 20, 2024
1 parent c70d4bc commit 78c5a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-oe/recipes-support/hwdata/hwdata_0.389.bb
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ do_install() {

FILES:${PN} = "${libdir}/* \
${datadir}/* "

BBCLASSEXTEND += "native"

0 comments on commit 78c5a8e

Please sign in to comment.