[OE-core] [PATCH 2/3] oprofile: Define PACKAGE and PACKAGE_VERSION

Khem Raj raj.khem at gmail.com
Wed Nov 28 15:29:38 UTC 2012


oprofile uses bfd.h from binutils which expects
that the package which is using it is also compiled
using autotools and therefore tries to include
config.h to get above defines. We specify them
on commandline instead.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-kernel/oprofile/oprofile.inc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index ac8ce10..3c1c3cd 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -19,7 +19,7 @@ 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 \
@@ -29,7 +29,7 @@ SRC_URI = "file://opstart.patch \
 inherit autotools
 
 EXTRA_OECONF = "--with-kernel-support --without-x"
-
+CFLAGS += '-DPACKAGE="${BPN}" -DPACKAGE_VERSION=${PV}'
 do_configure () {
 	cp ${WORKDIR}/acinclude.m4 ${S}/
 	autotools_do_configure
-- 
1.7.9.5





More information about the Openembedded-core mailing list