summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/oprofile/oprofile/oparchive-exit-code-on-error.patch11
-rw-r--r--meta/packages/oprofile/oprofile_cvs.bb1
2 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/oprofile/oprofile/oparchive-exit-code-on-error.patch b/meta/packages/oprofile/oprofile/oparchive-exit-code-on-error.patch
new file mode 100644
index 0000000000..ab4d7f4219
--- /dev/null
+++ b/meta/packages/oprofile/oprofile/oparchive-exit-code-on-error.patch
@@ -0,0 +1,11 @@
1Index: oprofile/pp/oparchive.cpp
2===================================================================
3--- oprofile.orig/pp/oparchive.cpp 2007-02-27 18:15:52.000000000 +0000
4+++ oprofile/pp/oparchive.cpp 2007-02-27 18:16:08.000000000 +0000
5@@ -164,5 +164,5 @@
6
7 int main(int argc, char const * argv[])
8 {
9- run_pp_tool(argc, argv, oparchive);
10+ return run_pp_tool(argc, argv, oparchive);
11 }
diff --git a/meta/packages/oprofile/oprofile_cvs.bb b/meta/packages/oprofile/oprofile_cvs.bb
index 034ea51ff0..4c45709818 100644
--- a/meta/packages/oprofile/oprofile_cvs.bb
+++ b/meta/packages/oprofile/oprofile_cvs.bb
@@ -12,6 +12,7 @@ SRC_URI = "cvs://anonymous@oprofile.cvs.sourceforge.net/cvsroot/oprofile;module=
12 file://oparchive-list-files.patch;patch=1 \ 12 file://oparchive-list-files.patch;patch=1 \
13 file://opreport-xml-output-fixes.patch;patch=1 \ 13 file://opreport-xml-output-fixes.patch;patch=1 \
14 file://xml_callgraph.patch;patch=1 \ 14 file://xml_callgraph.patch;patch=1 \
15 file://oparchive-exit-code-on-error.patch;patch=1 \
15 file://acinclude.m4" 16 file://acinclude.m4"
16S = "${WORKDIR}/oprofile" 17S = "${WORKDIR}/oprofile"
17 18