From patchwork Wed Nov 28 15:29:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] oprofile: Define PACKAGE and PACKAGE_VERSION Date: Wed, 28 Nov 2012 15:29:38 -0000 From: Khem Raj X-Patchwork-Id: 39799 Message-Id: <8ec33689eaab4c3fa5099a8c461bd2b648e29481.1354116375.git.raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org 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 --- 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