diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2016-11-30 04:02:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-07 10:38:00 +0000 |
commit | 8d9106f50be7d80e15ea3e5b9334d4f4055f6846 (patch) | |
tree | 11c370a7c7835cbb24eb85633595af6173f60c2b /meta/recipes-devtools/strace | |
parent | b8a4eb52654edef6bf926d9a9b840a6c02b1c0fb (diff) | |
download | poky-8d9106f50be7d80e15ea3e5b9334d4f4055f6846.tar.gz |
strace: 4.13 -> 4.14
Upgrade strace from 4.13 to 4.14.
(From OE-Core rev: 530119e9ef4eeb56d91fb64c1074ababb5454831)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.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_4.14.bb (renamed from meta/recipes-devtools/strace/strace_4.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.13.bb b/meta/recipes-devtools/strace/strace_4.14.bb index cae7f2138e..452925c7ea 100644 --- a/meta/recipes-devtools/strace/strace_4.13.bb +++ b/meta/recipes-devtools/strace/strace_4.14.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ | |||
15 | file://mips-SIGEMT.patch \ | 15 | file://mips-SIGEMT.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRC_URI[md5sum] = "4b78c7febdd24c79d5147824d1a080a3" | 18 | SRC_URI[md5sum] = "1e39b5f7583256d7dc21170b9da529ae" |
19 | SRC_URI[sha256sum] = "d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7" | 19 | SRC_URI[sha256sum] = "5bed5110b243dce6864bedba269446c18c8c63f553cdd7fd4f808d89a764712f" |
20 | 20 | ||
21 | inherit autotools ptest bluetooth | 21 | inherit autotools ptest bluetooth |
22 | 22 | ||