diff options
author | Robert Bradford <rob@openedhand.com> | 2007-01-17 15:59:58 +0000 |
---|---|---|
committer | Robert Bradford <rob@openedhand.com> | 2007-01-17 15:59:58 +0000 |
commit | e1140fb8f9c4c4c29917bab48af25095e0205348 (patch) | |
tree | 60f18de6a6d3c1df7d680828edcc675d3bfcdc05 /meta/packages/oprofile/oprofile_cvs.bb | |
parent | b26da611c8e883819f3d13b30190ae27116c4da4 (diff) | |
download | poky-e1140fb8f9c4c4c29917bab48af25095e0205348.tar.gz |
Add patch that fixes a bug in oparchive that resulted in the the debug data
overwriting the executables themselves. The patch fixes this by always putting
the debug data into a .debug subdirectory. This will then be picked up by
opreport when reading the archive in.
The oprofile_cvs.bb recipe was updated to use this patch.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1158 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/oprofile/oprofile_cvs.bb')
-rw-r--r-- | meta/packages/oprofile/oprofile_cvs.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb index d6de526b07..71cf31ae22 100644 --- a/meta/packages/oprofile/oprofile_cvs.bb +++ b/meta/packages/oprofile/oprofile_cvs.bb | |||
@@ -8,6 +8,7 @@ DEPENDS = "popt binutils" | |||
8 | 8 | ||
9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ | 9 | SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=oprofile \ |
10 | file://oprofile_eabi.patch;patch=1 \ | 10 | file://oprofile_eabi.patch;patch=1 \ |
11 | file://oparchive-debug-dir.patch;patch=1 \ | ||
11 | file://acinclude.m4" | 12 | file://acinclude.m4" |
12 | S = "${WORKDIR}/oprofile" | 13 | S = "${WORKDIR}/oprofile" |
13 | 14 | ||