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.
This commit is contained in:
Holger Hans Peter Freyther 2012-09-17 02:38:58 +08:00
parent fcfffacfa8
commit 8b40a0c2f9
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel" DEPENDS = "virtual/kernel"
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"
PR = "r2" PR = "r3"
RDEPENDS_task-sysmocom-debug = "\ RDEPENDS_task-sysmocom-debug = "\
dropbear \ dropbear \
@ -13,7 +13,6 @@ RDEPENDS_task-sysmocom-debug = "\
tcpdump \ tcpdump \
gdb \ gdb \
gdbserver \ gdbserver \
oprofile \
net-tools \ net-tools \
" "