From 8b40a0c2f9bfc37ffcd145f59fb37017700b2f22 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 17 Sep 2012 02:38:58 +0800 Subject: [PATCH] task-sysmocom-debug: Remove oprofile as it is quite outdated We should use perf for future performance problems but it might require more work (e.g. not to install the source into the -dbg package, adding newt, etc.). But oprofile is not very nice to use right now anyway. --- recipes-apps/tasks/task-sysmocom-debug.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-apps/tasks/task-sysmocom-debug.bb b/recipes-apps/tasks/task-sysmocom-debug.bb index a5d3291..5612b9e 100644 --- a/recipes-apps/tasks/task-sysmocom-debug.bb +++ b/recipes-apps/tasks/task-sysmocom-debug.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" DEPENDS = "virtual/kernel" ALLOW_EMPTY = "1" -PR = "r2" +PR = "r3" RDEPENDS_task-sysmocom-debug = "\ dropbear \ @@ -13,7 +13,6 @@ RDEPENDS_task-sysmocom-debug = "\ tcpdump \ gdb \ gdbserver \ - oprofile \ net-tools \ "