aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-04-04 14:42:14 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-06 20:25:34 -0400
commitbcb6af4c10d4092bb8ca92900f815434565f63c2 (patch)
tree357c6e430edf17ecca566fe5905b998323871abe /meta-oe/recipes-bsp
parentbea1dbb3f7c452772613bd6bce35004a474f1331 (diff)
downloadmeta-openembedded-bcb6af4c10d4092bb8ca92900f815434565f63c2.tar.gz
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 <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb2
1 files changed, 2 insertions, 0 deletions
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 53f1720b04..20dccc2356 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"