From 6c88b5f5031a115803ea965272ab453b2b50462c Mon Sep 17 00:00:00 2001 From: Davide Gardenal Date: Mon, 4 Apr 2022 14:42:14 +0200 Subject: [PATCH] fwupd: add COMPATIBLE_HOST to match dependency Add COMPATIBLE_HOST to fix build error when musl is enabled, this will match efivar requirements. Signed-off-by: Davide Gardenal Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb index 53f1720b046..20dccc2356e 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb @@ -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"