diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | c8495839571029e6b8f07bd0e3927e7e330d1aec (patch) | |
tree | 87d9bfde6b516dea29e97cb30bdf83305da48ec7 /meta/recipes-devtools/strace | |
parent | 2d294c11275a1a4b5b0147d5c3e42759046a4e7d (diff) | |
download | poky-c8495839571029e6b8f07bd0e3927e7e330d1aec.tar.gz |
strace: upgrade 5.5 -> 5.6
(From OE-Core rev: fe66150b84d7ad5fe10b2c53504e3e9db678aef7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r-- | meta/recipes-devtools/strace/strace_5.6.bb (renamed from meta/recipes-devtools/strace/strace_5.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.5.bb b/meta/recipes-devtools/strace/strace_5.6.bb index ae552da028..53679cd0d2 100644 --- a/meta/recipes-devtools/strace/strace_5.5.bb +++ b/meta/recipes-devtools/strace/strace_5.6.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \ | |||
15 | file://uintptr_t.patch \ | 15 | file://uintptr_t.patch \ |
16 | file://0001-strace-fix-reproducibilty-issues.patch \ | 16 | file://0001-strace-fix-reproducibilty-issues.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "dbce2e84632b39a4ed86b9fc60447af9" | 18 | SRC_URI[md5sum] = "f8e0394d4e537b3faadf0a72f5d1d17e" |
19 | SRC_URI[sha256sum] = "9f58958c8e59ea62293d907d10572e352b582bd7948ed21aa28ebb47e5bf30ff" | 19 | SRC_URI[sha256sum] = "189968eeae06ed9e20166ec55a830943c84374676a457c9fe010edc7541f1b01" |
20 | 20 | ||
21 | inherit autotools ptest | 21 | inherit autotools ptest |
22 | 22 | ||
@@ -27,7 +27,7 @@ PACKAGECONFIG_class-target ??= "\ | |||
27 | PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" | 27 | PACKAGECONFIG[bluez] = "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" |
28 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" | 28 | PACKAGECONFIG[libunwind] = "--with-libunwind,--without-libunwind,libunwind" |
29 | 29 | ||
30 | EXTRA_OECONF += "--enable-mpers=no" | 30 | EXTRA_OECONF += "--enable-mpers=no --disable-gcc-Werror" |
31 | 31 | ||
32 | CFLAGS_append_libc-musl = " -Dsigcontext_struct=sigcontext" | 32 | CFLAGS_append_libc-musl = " -Dsigcontext_struct=sigcontext" |
33 | 33 | ||