summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-10-05 15:03:24 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-09 12:33:16 +0000
commitf454c87659bc78313994345eef40162b29e9bf9a (patch)
tree8da4a91bcf9b76a10ffa5975dd20baa0214a38c8 /meta/recipes-kernel/sysprof
parent4ef617b75ffe88b2336f4c91ec7dc74aa83b7e59 (diff)
downloadpoky-f454c87659bc78313994345eef40162b29e9bf9a.tar.gz
sysprof: update to 3.26.1
(From OE-Core rev: afd20828521332a398a92cc03fb12ea9ec1de33a) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_3.26.1.bb (renamed from meta/recipes-kernel/sysprof/sysprof_3.24.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb
index 79a27be804..dbce3d7439 100644
--- a/meta/recipes-kernel/sysprof/sysprof_3.24.1.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_3.26.1.bb
@@ -8,14 +8,14 @@ inherit gnomebase gettext systemd upstream-version-is-even
8 8
9DEPENDS = "glib-2.0 libxml2-native glib-2.0-native" 9DEPENDS = "glib-2.0 libxml2-native glib-2.0-native"
10 10
11SRC_URI[archive.md5sum] = "6f9f947960ba79bb1269d8ee49b7db78"
12SRC_URI[archive.sha256sum] = "d8b9d5c2246696e4a3776a312731dc7c014fbd33478bb14d5512c6f1f35a3b11"
11SRC_URI += " \ 13SRC_URI += " \
12 file://define-NT_GNU_BUILD_ID.patch \ 14 file://define-NT_GNU_BUILD_ID.patch \
13 file://0001-configure-Add-option-to-enable-disable-polkit.patch \ 15 file://0001-configure-Add-option-to-enable-disable-polkit.patch \
14 file://0001-Disable-check-for-polkit-for-UI.patch \ 16 file://0001-Disable-check-for-polkit-for-UI.patch \
15 file://0001-Avoid-building-docs.patch \ 17 file://0001-Avoid-building-docs.patch \
16 " 18 "
17SRC_URI[archive.md5sum] = "2b44ae1d8cd899417294a9c4509d7870"
18SRC_URI[archive.sha256sum] = "054eebe2afb6fe3c06ac8c46bc045c42f675d4fd64e6f16cbc602d5c7ce27bec"
19 19
20AUTOTOOLS_AUXDIR = "${S}/build-aux" 20AUTOTOOLS_AUXDIR = "${S}/build-aux"
21 21