summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-08 07:57:46 -0700
committerSaul Wold <sgw@linux.intel.com>2012-12-05 23:42:33 -0800
commitcd7aa7440103284a47b96ec176cace8685f720bb (patch)
treecf44e7592171db8b64916d3992e79f7bfc74fff9 /meta/recipes-kernel/oprofile/oprofile.inc
parentdf9b304f7a43c798223606eb5f0e13f7250393fe (diff)
downloadopenembedded-core-cd7aa7440103284a47b96ec176cace8685f720bb.tar.gz
oprofile: Include config.h before bfd.h
oprofile uses bfd.h from binutils which now in 2.23+ expects config.h so lets include it Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile.inc')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index ac8ce10440..b3ce852bba 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -19,17 +19,17 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}"
FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la"
FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
-INC_PR = "r1"
+INC_PR = "r2"
SRC_URI = "file://opstart.patch \
file://oprofile-no-query-modules.patch \
file://oprofile-root.patch \
+ file://fix-bfd-include.patch \
file://acinclude.m4"
inherit autotools
EXTRA_OECONF = "--with-kernel-support --without-x"
-
do_configure () {
cp ${WORKDIR}/acinclude.m4 ${S}/
autotools_do_configure