From 307fc5b8bb071cc51cbcbec26bbedbac695f716a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 5 Feb 2016 11:56:17 -0800 Subject: gmp: move BBCLASSEXTEND = "native nativesdk" from gmp.inc into 6.1.0 recipe 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 Signed-off-by: Ross Burton --- meta/recipes-support/gmp/gmp.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-support/gmp/gmp.inc') diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 1e3e2a0b43..2beea2605d 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc @@ -9,5 +9,3 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[readline] = "--with-readline=yes,--with-readline=no,readline" ARM_INSTRUCTION_SET = "arm" - -BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg