aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gmp
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-20 23:03:30 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-20 23:03:30 +0000
commit85e709471f9b4cdd045c2a954f7b8a200b09af7f (patch)
tree07dba9ba108e31b2f98855a580a6c76785b1f3c8 /packages/gmp
parente3a093dc8bfcacfe3bacb03b20a98275f2eb4dc6 (diff)
downloadopenembedded-85e709471f9b4cdd045c2a954f7b8a200b09af7f.tar.gz
gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting
library cannot be used. See bug #1605.
Diffstat (limited to 'packages/gmp')
-rw-r--r--packages/gmp/gmp_4.2.1.bb8
1 files changed, 7 insertions, 1 deletions
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"