* [PATCH 0/1] gmp recipe enhancement
@ 2011-11-17 16:55 nitin.a.kamble
2011-11-17 16:55 ` [PATCH 1/1] gmp: also generate the libgmpcxx library nitin.a.kamble
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2011-11-17 16:55 UTC (permalink / raw)
To: openembedded-core
From: Nitin A Kamble <nitin.a.kamble@intel.com>
The following changes since commit e7486c3dc7114ef73ff36ce0cbd23eb87f370aa7:
insane.bbclass: avoid errors for x32 kernel (2011-11-17 08:50:20 -0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/work
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/work
Nitin A Kamble (1):
gmp: also generate the libgmpcxx library
meta/recipes-support/gmp/gmp.inc | 2 ++
meta/recipes-support/gmp/gmp_4.2.1.bb | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
--
1.7.4.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gmp: also generate the libgmpcxx library
2011-11-17 16:55 [PATCH 0/1] gmp recipe enhancement nitin.a.kamble
@ 2011-11-17 16:55 ` nitin.a.kamble
2011-11-17 17:08 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: nitin.a.kamble @ 2011-11-17 16:55 UTC (permalink / raw)
To: openembedded-core
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.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
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"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] gmp: also generate the libgmpcxx library
2011-11-17 16:55 ` [PATCH 1/1] gmp: also generate the libgmpcxx library nitin.a.kamble
@ 2011-11-17 17:08 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-11-17 17:08 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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)?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-17 17:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-17 16:55 [PATCH 0/1] gmp recipe enhancement nitin.a.kamble
2011-11-17 16:55 ` [PATCH 1/1] gmp: also generate the libgmpcxx library nitin.a.kamble
2011-11-17 17:08 ` Koen Kooi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox