diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-07 14:07:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:11 +0000 |
commit | 5d73db9e497cccc72f24e60d578dac3939e28934 (patch) | |
tree | b06a24b0d886b8e1ac4909a8b205106308ae8f9d /meta/recipes-support | |
parent | 20846102156418f187e977ab0bbd557525bbc4e1 (diff) | |
download | poky-5d73db9e497cccc72f24e60d578dac3939e28934.tar.gz |
libunwind: update 1.6.0 -> 1.6.2
(From OE-Core rev: ad0ec1ccd87e51e5f4f7ab9bb821a486ef5c2374)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind/musl-header-conflict.patch | 4 | ||||
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.6.2.bb (renamed from meta/recipes-support/libunwind/libunwind_1.6.0.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libunwind/libunwind/musl-header-conflict.patch b/meta/recipes-support/libunwind/libunwind/musl-header-conflict.patch index 63b78a8a30..49985b5b3c 100644 --- a/meta/recipes-support/libunwind/libunwind/musl-header-conflict.patch +++ b/meta/recipes-support/libunwind/libunwind/musl-header-conflict.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 49b21f0fe5fb93b30b94cc449429fd33de0652a7 Mon Sep 17 00:00:00 2001 | 1 | From e1de5a5b42062dc02769f320c7785928b2ee0c57 Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
3 | Date: Thu, 18 Aug 2016 14:46:32 +0100 | 3 | Date: Thu, 18 Aug 2016 14:46:32 +0100 |
4 | Subject: [PATCH] If you: | 4 | Subject: [PATCH] If you: |
@@ -28,7 +28,7 @@ Upstream-Status: Inappropriate [really need to fix gcc] | |||
28 | 1 file changed, 4 insertions(+) | 28 | 1 file changed, 4 insertions(+) |
29 | 29 | ||
30 | diff --git a/include/unwind.h b/include/unwind.h | 30 | diff --git a/include/unwind.h b/include/unwind.h |
31 | index 7cf128d..31c2871 100644 | 31 | index 93780fa..c812414 100644 |
32 | --- a/include/unwind.h | 32 | --- a/include/unwind.h |
33 | +++ b/include/unwind.h | 33 | +++ b/include/unwind.h |
34 | @@ -23,6 +23,10 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | 34 | @@ -23,6 +23,10 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
diff --git a/meta/recipes-support/libunwind/libunwind_1.6.0.bb b/meta/recipes-support/libunwind/libunwind_1.6.2.bb index 91189fdb71..716be9a452 100644 --- a/meta/recipes-support/libunwind/libunwind_1.6.0.bb +++ b/meta/recipes-support/libunwind/libunwind_1.6.2.bb | |||
@@ -8,7 +8,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/libunwind/libunwind-${PV | |||
8 | " | 8 | " |
9 | SRC_URI:append:libc-musl = " file://musl-header-conflict.patch" | 9 | SRC_URI:append:libc-musl = " file://musl-header-conflict.patch" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "7194c20dda841b26917c0579e6467b53f7ad2e3f9452e5c77f3c3829c4656b70" | 11 | SRC_URI[sha256sum] = "4a6aec666991fb45d0889c44aede8ad6eb108071c3554fcdff671f9c94794976" |
12 | 12 | ||
13 | EXTRA_OECONF:append:libc-musl = " --disable-documentation --disable-tests --enable-static" | 13 | EXTRA_OECONF:append:libc-musl = " --disable-documentation --disable-tests --enable-static" |
14 | 14 | ||