summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-09-30 16:42:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 13:46:21 +0100
commit4c7c6ce8f6face5f51206d5f8b74b0ea89b8a77b (patch)
tree5a1f888d5dce3edf8c09687492f065b5f062b08b /meta/recipes-kernel/oprofile
parent98d050dcb25eaf035b981cd62225fce7fccee368 (diff)
downloadpoky-4c7c6ce8f6face5f51206d5f8b74b0ea89b8a77b.tar.gz
oprofileui: Update SRCREV to reflect recent accpeted patches by upstream
(From OE-Core rev: b74c44cc8a8cf9bc2e53ff5ae89865bb8b3d5602) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb
index 0047748b2a..2b56981243 100644
--- a/meta/recipes-kernel/oprofile/oprofileui_git.bb
+++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb
@@ -1,12 +1,10 @@
1require oprofileui.inc 1require oprofileui.inc
2 2
3SRCREV = "0c3c32fa754c1d0b70e65767ea7048914f776396" 3SRCREV = "b3116a4f80ae64bd280e6434d66f33ed492d449a"
4PV = "0.0+git${SRCPV}" 4PV = "0.0+git${SRCPV}"
5PR = "r4" 5PR = "r0"
6 6
7S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
8 8
9# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. 9# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now.
10SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git \ 10SRC_URI = "git://git.yoctoproject.org/oprofileui;protocol=git"
11 file://migrate-from-gnomevfs-to-gio.patch \
12 file://dso_linking_change_build_fix.patch "