From patchwork Thu Nov 17 16:55:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] gmp: also generate the libgmpcxx library Date: Thu, 17 Nov 2011 16:55:09 -0000 From: Nitin A Kamble X-Patchwork-Id: 15089 Message-Id: To: openembedded-core@lists.openembedded.org From: Nitin A Kamble configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Signed-off-by: Nitin A Kamble --- meta/recipes-support/gmp/gmp.inc | 2 ++ meta/recipes-support/gmp/gmp_4.2.1.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 66349e6..3c662a0 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc @@ -14,3 +14,5 @@ ARM_INSTRUCTION_SET = "arm" acpaths = "" BBCLASSEXTEND = "native nativesdk" + +EXTRA_OECONF += " --enable-cxx=detect" diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 74da6b8..97ac4b2 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb @@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ file://disable-stdc.patch"