Skip to content

Commit

Permalink
fwupd: add COMPATIBLE_HOST to match dependency
Browse files Browse the repository at this point in the history
Add COMPATIBLE_HOST to fix build error when musl is enabled,
this will match efivar requirements.

Signed-off-by: Davide Gardenal <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Tony3oo3 authored and kraj committed Apr 7, 2022
1 parent bea1dbb commit bcb6af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native"

COMPATIBLE_HOST:libc-musl = 'null'

SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://run-ptest"
SRC_URI[sha256sum] = "7ebe1514acb688d2649cecc392db929094da3f03cfc98a9c0faccabb084912fa"
Expand Down

0 comments on commit bcb6af4

Please sign in to comment.