diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-04-23 21:51:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 11:00:43 -0700 |
| commit | 1fa927eba97561d00e3a249c41356a482d68b402 (patch) | |
| tree | 2430f1879f62271c70cc1fa2557756c9fae8c339 | |
| parent | 088e40179871c6528eff5c328c68f061acd77ccb (diff) | |
| download | meta-openembedded-1fa927eba97561d00e3a249c41356a482d68b402.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>
| -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" |
