diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-18 22:35:17 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-09-27 23:54:26 -0700 |
commit | 78d4a8d095faa3915e0a53ee2fb4afe6429928c2 (patch) | |
tree | a14b7640c037f53dfc47ecfe76a8132105920376 /meta/recipes-kernel/sysprof | |
parent | 684a4b517d13884c315688967fadd5e6a4845b71 (diff) | |
download | openembedded-core-78d4a8d095faa3915e0a53ee2fb4afe6429928c2.tar.gz openembedded-core-78d4a8d095faa3915e0a53ee2fb4afe6429928c2.tar.bz2 openembedded-core-78d4a8d095faa3915e0a53ee2fb4afe6429928c2.tar.xz openembedded-core-78d4a8d095faa3915e0a53ee2fb4afe6429928c2.zip |
sysprof: update to version 1.1.8
Also removes unused SCR_URI checksums.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r-- | meta/recipes-kernel/sysprof/sysprof_git.bb | 9 |
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 1af582296..10bde0487 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" DEPENDS = "gtk+ libglade" -SRCREV = "38a6af1f0a45e528fd2842983da71e0f23c70d6a" -PR = r1 -PV = "1.1.6+git${SRCPV}" +SRCREV = "4692f85f625f4fd969cef4ab5dc47cc4655c87f9" +PR = "r2" +PV = "1.1.8+git${SRCPV}" SRC_URI = "git://git.gnome.org/sysprof;protocol=git \ file://define-NT_GNU_BUILD_ID.patch \ @@ -16,9 +16,6 @@ SRC_URI_append_arm = " file://rmb-arm.patch" SRC_URI_append_mips = " file://rmb-mips.patch" SRC_URI_append_powerpc = " file://ppc-macro-fix.patch" -SRC_URI[md5sum] = "80902a7b3d6f7cb83eb6b47e87538747" -SRC_URI[sha256sum] = "1c6403278fa4f3b37a1fb9f0784e496dce1703fe84ac03b2650bf469133a0cb3" - S = "${WORKDIR}/git" inherit autotools |