diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-12-15 14:48:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:56:43 +0000 |
commit | 0c3dbaa5d62e9ce404d1203c0478512e36ab8136 (patch) | |
tree | 5cc7a2fe9219e3faaa68966836b2a3618d49e5a3 /meta | |
parent | d4487c9ee54a90e2e11287d9c41dce675a65ad15 (diff) | |
download | openembedded-core-0c3dbaa5d62e9ce404d1203c0478512e36ab8136.tar.gz openembedded-core-0c3dbaa5d62e9ce404d1203c0478512e36ab8136.tar.bz2 openembedded-core-0c3dbaa5d62e9ce404d1203c0478512e36ab8136.zip |
sysprof: update to 3.22.3
(From OE-Core rev: 4a8ea471e386adff9b8f8b535589e599c1491fa5)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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-kernel/sysprof/sysprof_3.22.3.bb (renamed from meta/recipes-kernel/sysprof/sysprof_3.22.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.22.2.bb b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb index a1ed7c8b3b..50be96057b 100644 --- a/meta/recipes-kernel/sysprof/sysprof_3.22.2.bb +++ b/meta/recipes-kernel/sysprof/sysprof_3.22.3.bb @@ -13,8 +13,8 @@ SRC_URI += " \ file://0001-Disable-check-for-polkit-for-UI.patch \ file://0001-Avoid-building-docs.patch \ " -SRC_URI[archive.md5sum] = "2634bf35f5592e5e4520ccaba87e909e" -SRC_URI[archive.sha256sum] = "d57fb19a3e5d4ad37d5fb554dc93d9a03f332779c3bffd9c2aa8f176e85269d7" +SRC_URI[archive.sha256sum] = "e6dca325b3014440f457a92db18ffe342a35888db3f0756694a99b9652796367" +SRC_URI[archive.md5sum] = "9514065dc752105240e5567c13708af4" AUTOTOOLS_AUXDIR = "${S}/build-aux" |