]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: move BBCLASSEXTEND = "native nativesdk" from gmp.inc into 6.1.0 recipe
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 5 Feb 2016 19:56:17 +0000 (11:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Feb 2016 17:29:45 +0000 (17:29 +0000)
It's unlikely that native builds of gmp 4.2.1 (ie the last LGPLv2
version) would ever be required (and given that recent versions of gcc
require gmp >= 4.3.2, native builds of gmp 4.2.1 are unlikely to work
very well). Restrict native and nativesdk builds to gmp 6.1.0 only.

  https://gcc.gnu.org/install/prerequisites.html

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gmp/gmp.inc
meta/recipes-support/gmp/gmp_6.1.0.bb

index 1e3e2a0b43828c235e574aee8db374000e0afea3..2beea2605da102f5416bc52e6872bfb154da750f 100644 (file)
@@ -9,5 +9,3 @@ PACKAGECONFIG ??= ""
 PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline"
 
 ARM_INSTRUCTION_SET = "arm"
-
-BBCLASSEXTEND = "native nativesdk"
index 44bd8a229cce0a1fc99d2a3e1eba667c5967f60e..de827f5b7ca5eb7e8a90bb493caf5c3c4508cd8b 100644 (file)
@@ -29,3 +29,5 @@ do_install_append_class-target() {
 }
 
 SSTATE_SCAN_FILES += "gmp.h"
+
+BBCLASSEXTEND = "native nativesdk"