diff options
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.8.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.8.1.bb b/meta/recipes-support/libunwind/libunwind_1.8.1.bb index 1885da4d09..ee4a8401ba 100644 --- a/meta/recipes-support/libunwind/libunwind_1.8.1.bb +++ b/meta/recipes-support/libunwind/libunwind_1.8.1.bb | |||
@@ -5,7 +5,8 @@ LICENSE = "MIT" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d80c8ed4062b8339b715f90fa68cc9f" |
6 | DEPENDS:append:libc-musl = " libucontext" | 6 | DEPENDS:append:libc-musl = " libucontext" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/libunwind/libunwind/releases/download/v${PV}/${BP}.tar.gz \ | 8 | GITHUB_BASE_URI = "https://github.com/libunwind/libunwind/releases" |
9 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ | ||
9 | file://mips-byte-order.patch \ | 10 | file://mips-byte-order.patch \ |
10 | file://0001-tests-Garm64-test-sve-signal-check-that-SVE-is-prese.patch \ | 11 | file://0001-tests-Garm64-test-sve-signal-check-that-SVE-is-prese.patch \ |
11 | file://0002-coredump-use-glibc-or-musl-register-names-as-appropr.patch \ | 12 | file://0002-coredump-use-glibc-or-musl-register-names-as-appropr.patch \ |
@@ -16,7 +17,7 @@ SRC_URI = "https://github.com/libunwind/libunwind/releases/download/v${PV}/${BP} | |||
16 | 17 | ||
17 | SRC_URI[sha256sum] = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157" | 18 | SRC_URI[sha256sum] = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157" |
18 | 19 | ||
19 | inherit autotools multilib_header | 20 | inherit autotools multilib_header github-releases |
20 | 21 | ||
21 | COMPATIBLE_HOST:riscv32 = "null" | 22 | COMPATIBLE_HOST:riscv32 = "null" |
22 | 23 | ||