diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-09 19:23:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:43 -0800 |
commit | d832aec0b93791512b3d4227c41d187760e0e2ff (patch) | |
tree | d93042516a28f8131ec8850d09aee4f7cdf30620 /meta | |
parent | 7fd31fa226fca38232de099f8ad593be2fa250c0 (diff) | |
download | poky-d832aec0b93791512b3d4227c41d187760e0e2ff.tar.gz |
strace: 4.14 -> 4.15
(From OE-Core rev: e24a98f703472a3893e241601bc21a3bb0eb58e1)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.15.bb (renamed from meta/recipes-devtools/strace/strace_4.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.14.bb b/meta/recipes-devtools/strace/strace_4.15.bb index 452925c7ea..2b9d19a42b 100644 --- a/meta/recipes-devtools/strace/strace_4.14.bb +++ b/meta/recipes-devtools/strace/strace_4.15.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] = "1e39b5f7583256d7dc21170b9da529ae" | 18 | SRC_URI[md5sum] = "1ff96209fec19914c920608ed0791864" |
19 | SRC_URI[sha256sum] = "5bed5110b243dce6864bedba269446c18c8c63f553cdd7fd4f808d89a764712f" | 19 | SRC_URI[sha256sum] = "c0cdc094d6141fd9dbf6aaad605142d651ae10998b660fda57fc61f7ad583ca9" |
20 | 20 | ||
21 | inherit autotools ptest bluetooth | 21 | inherit autotools ptest bluetooth |
22 | 22 | ||