diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-02-12 10:00:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-16 18:05:40 +0000 |
commit | a0dd49c956fd4bdc607bf53008a9fdcd5aa6aa57 (patch) | |
tree | 77d9c39d8429c10480122655f01910a8ff122c1b /meta | |
parent | 83402fb9cb01d2012f12623962b454809218c2c9 (diff) | |
download | poky-a0dd49c956fd4bdc607bf53008a9fdcd5aa6aa57.tar.gz |
strace: 4.19 -> 4.20
Upgrade strace from 4.19 to 4.20.
(From OE-Core rev: 2fcad6cbc8a3b50812b3f970f541e8ffe03819b9)
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')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.20.bb (renamed from meta/recipes-devtools/strace/strace_4.19.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.19.bb b/meta/recipes-devtools/strace/strace_4.20.bb index deccf3df76..d5df25eba8 100644 --- a/meta/recipes-devtools/strace/strace_4.19.bb +++ b/meta/recipes-devtools/strace/strace_4.20.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \ | |||
16 | file://0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch \ | 16 | file://0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "846a9a26e74e797f42d77a0348104072" | 19 | SRC_URI[md5sum] = "f2271ab0fac49ebee9cbd7f3469227cb" |
20 | SRC_URI[sha256sum] = "7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281" | 20 | SRC_URI[sha256sum] = "5bf3148dd17306a42566f7da17368fdd781afa147db05ea63a4ca2b50f58c523" |
21 | 21 | ||
22 | inherit autotools ptest bluetooth | 22 | inherit autotools ptest bluetooth |
23 | 23 | ||