summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "