blob: 083134bb0268ab653aa4a6b818c71fd255210bb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require oprofile.inc
PV = "0.9.3+cvs${SRCDATE}"
PR = "r1"
RDEPENDS += "binutils-symlinks"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \
file://opstart.patch;patch=1 \
file://acinclude.m4"
S = "${WORKDIR}/oprofile"
|