diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 21:51:05 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-03 06:49:07 -0700 |
| commit | 1582f81805ee3114bc1a44bd5cf52d21f96702ca (patch) | |
| tree | d7ae5cc578f213eb283524b28a433099517deb52 | |
| parent | 0d5b77f988a2b03d88f53a27ede484062fc2d742 (diff) | |
| download | meta-openembedded-1582f81805ee3114bc1a44bd5cf52d21f96702ca.tar.gz | |
fwupd: Enable build with musl
It does not fail anymore as the qemu options has been sorted
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1fa927eba97561d00e3a249c41356a482d68b402)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb | 2 |
1 files changed, 0 insertions, 2 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 20dccc2356..53f1720b04 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb | |||
| @@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native" | 5 | DEPENDS = "glib-2.0 libxmlb json-glib sqlite3 libjcat gcab vala-native" |
| 6 | 6 | ||
| 7 | COMPATIBLE_HOST:libc-musl = 'null' | ||
| 8 | |||
| 9 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ | 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
| 10 | file://run-ptest" | 8 | file://run-ptest" |
| 11 | SRC_URI[sha256sum] = "7ebe1514acb688d2649cecc392db929094da3f03cfc98a9c0faccabb084912fa" | 9 | SRC_URI[sha256sum] = "7ebe1514acb688d2649cecc392db929094da3f03cfc98a9c0faccabb084912fa" |
