summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-11-29 11:30:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-01 20:40:23 +0000
commitceaff6ed8fb9c570039005916c0efbefc5c5fe7a (patch)
tree45de411f19c637adc279b1099ae13cb1db3c354e /meta/recipes-support/gmp/gmp.inc
parentc0e5906ea04ed9f42050489ef18ec9d41e4269d2 (diff)
downloadpoky-ceaff6ed8fb9c570039005916c0efbefc5c5fe7a.tar.gz
gmp: also generate the libgmpcxx library & package it properly
configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. And it enables building of libgmpxx library. Same as earlier the libgmp.so.10.x file is packaged in the libgmp10 package, and a new package named libgmpxx4 is added for libgmpxx.so.4.x file. (From OE-Core rev: ac59ea9d55c2fae870fb60dbba920fefe1f3487f) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp.inc')
-rw-r--r--meta/recipes-support/gmp/gmp.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 66349e6e21..5ba118dabb 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -14,3 +14,8 @@ ARM_INSTRUCTION_SET = "arm"
14acpaths = "" 14acpaths = ""
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"
17
18EXTRA_OECONF += " --enable-cxx=detect"
19
20PACKAGES =+ "libgmpxx"
21FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"