diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-10-01 09:21:56 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-10-01 09:21:56 +0000 |
| commit | 7aca4568945bd6df3838eb65e7a9f17eb2094683 (patch) | |
| tree | 6d62c3a9a7c4836aa0545934775a7d0662d9736e /meta/packages/oprofile/oprofile_cvs.bb | |
| parent | 596b7b888dffe91768175c8298de7cfb5f1d8381 (diff) | |
| download | poky-7aca4568945bd6df3838eb65e7a9f17eb2094683.tar.gz | |
oprofile: Add opstart/opstop commands, fix armv6 events file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2822 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
| -rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index ba9f2570f5..bca1909611 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
| @@ -8,6 +8,8 @@ DEPENDS = "popt binutils" | |||
| 8 | RDEPENDS = "binutils-symlinks" | 8 | RDEPENDS = "binutils-symlinks" |
| 9 | 9 | ||
| 10 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 10 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
| 11 | file://opstart.patch;patch=1 \ | ||
| 12 | file://armv6_fix.patch;patch=1 \ | ||
| 11 | file://acinclude.m4" | 13 | file://acinclude.m4" |
| 12 | S = "${WORKDIR}/oprofile" | 14 | S = "${WORKDIR}/oprofile" |
| 13 | 15 | ||
