From: Jamie Lenehan Date: Mon, 20 Nov 2006 23:03:30 +0000 (+0000) Subject: gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting X-Git-Tag: Release-2010-05/1~9453^2~374 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85e709471f9b4cdd045c2a954f7b8a200b09af7f;p=openembedded.git gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting library cannot be used. See bug #1605. --- diff --git a/packages/gmp/gmp_4.2.1.bb b/packages/gmp/gmp_4.2.1.bb index 6af2db66a4..8ad8e29ad1 100644 --- a/packages/gmp/gmp_4.2.1.bb +++ b/packages/gmp/gmp_4.2.1.bb @@ -1,3 +1,9 @@ +PR = "r1" + +SRC_URI += "file://sh4-asmfix.patch;patch=1" + require gmp.inc -SRC_URI += "file://sh4-asmfix.patch;patch=1" \ No newline at end of file +# Builds on sh but can't be used due to not compiling in some functions +DEFAULT_PREFERENCE_sh3 = "-1" +DEFAULT_PREFERENCE_sh4 = "-1"