| Submitter | Nitin A Kamble |
|---|---|
| Date | Nov. 17, 2011, 4:55 p.m. |
| Message ID | <ba16511184b69e183eaa2030579183eddb87309b.1321548812.git.nitin.a.kamble@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/15089/ |
| State | New |
| Headers | show |
Comments
Op 17 nov. 2011, om 17:55 heeft nitin.a.kamble@intel.com het volgende geschreven: > From: Nitin A Kamble <nitin.a.kamble@intel.com> > > configure runs few checks to make sure c++ compiler and runtime are working as expected > with the --enable-cxx=detect option. Has the packaging issue been fixed already (e.g. LEAD_SONAME or a seperate package)?
Patch
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"