From d694c6700ee27672e5372939a98d5050cda44ca9 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 9 Mar 2011 18:28:22 +0800 Subject: oprofileui: upgrade to the latest version maintained by the Yocto project Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so we should change SRC_URI to the one maintained by the Yocto project. This one includes new bugfixes. This fixes [YOCTO #820] [sgw: merged oprofile-git.inc back into .bb as suggested by Joshua] Signed-off-by: Dexuan Cui Signed-off-by: Saul Wold --- meta/recipes-kernel/oprofile/oprofileui_git.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-kernel/oprofile/oprofileui_git.bb (limited to 'meta/recipes-kernel/oprofile/oprofileui_git.bb') diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb new file mode 100644 index 0000000000..b4a573b66c --- /dev/null +++ b/meta/recipes-kernel/oprofile/oprofileui_git.bb @@ -0,0 +1,10 @@ +require oprofileui.inc + +PV = "0.0+git${SRCPV}" +PR = "r2" + +S = "${WORKDIR}/git" + +# Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now. +SRC_URI = "git://git.pokylinux.org/oprofileui;protocol=git \ + file://dso_linking_change_build_fix.patch " -- cgit v1.2.3