summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-18 22:35:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-28 14:58:49 +0100
commitf44f9f6e167992423368fed79fd7bdb98ceb632a (patch)
tree2c0cbafcd0a8616bac71eca80a1207fa5baeb7b5 /meta/recipes-kernel/sysprof
parentf8dbe510fc467212035d0b2e86c59e0613d2f3ae (diff)
downloadpoky-f44f9f6e167992423368fed79fd7bdb98ceb632a.tar.gz
sysprof: update to version 1.1.8
Also removes unused SCR_URI checksums. (From OE-Core rev: 78d4a8d095faa3915e0a53ee2fb4afe6429928c2) Signed-off-by: Tom Zanussi <tom.zanussi@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_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 1af5822967..10bde0487d 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4 4
5DEPENDS = "gtk+ libglade" 5DEPENDS = "gtk+ libglade"
6 6
7SRCREV = "38a6af1f0a45e528fd2842983da71e0f23c70d6a" 7SRCREV = "4692f85f625f4fd969cef4ab5dc47cc4655c87f9"
8PR = r1 8PR = "r2"
9PV = "1.1.6+git${SRCPV}" 9PV = "1.1.8+git${SRCPV}"
10 10
11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ 11SRC_URI = "git://git.gnome.org/sysprof;protocol=git \
12 file://define-NT_GNU_BUILD_ID.patch \ 12 file://define-NT_GNU_BUILD_ID.patch \
@@ -16,9 +16,6 @@ SRC_URI_append_arm = " file://rmb-arm.patch"
16SRC_URI_append_mips = " file://rmb-mips.patch" 16SRC_URI_append_mips = " file://rmb-mips.patch"
17SRC_URI_append_powerpc = " file://ppc-macro-fix.patch" 17SRC_URI_append_powerpc = " file://ppc-macro-fix.patch"
18 18
19SRC_URI[md5sum] = "80902a7b3d6f7cb83eb6b47e87538747"
20SRC_URI[sha256sum] = "1c6403278fa4f3b37a1fb9f0784e496dce1703fe84ac03b2650bf469133a0cb3"
21
22S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
23 20
24inherit autotools 21inherit autotools