[oe-commits] org.oe.dev gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting

lenehan commit openembedded-commits at lists.openembedded.org
Mon Nov 20 23:09:25 UTC 2006


gmp 4.2.1: Disable for sh by setting DEFAULT_PREFERENCE since the resulting
library cannot be used. See bug #1605.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 9ae94be0662baaceaf9bfaaa991951b63b6d4553
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9ae94be0662baaceaf9bfaaa991951b63b6d4553
Files:
1
packages/gmp/gmp_4.2.1.bb
Diffs:

#
# mt diff -r9807bf0b3cb2577bb9fb88e22f7963132cfb7aee -r9ae94be0662baaceaf9bfaaa991951b63b6d4553
#
# 
# 
# patch "packages/gmp/gmp_4.2.1.bb"
#  from [becc13d087ce598eb082fb7ddd6eb835632a53fd]
#    to [82446e7e5b5e0d67b292ddb238522616adbf8ed9]
# 
============================================================
--- packages/gmp/gmp_4.2.1.bb	becc13d087ce598eb082fb7ddd6eb835632a53fd
+++ packages/gmp/gmp_4.2.1.bb	82446e7e5b5e0d67b292ddb238522616adbf8ed9
@@ -1,3 +1,9 @@
+PR = "r1"
+
+SRC_URI += "file://sh4-asmfix.patch;patch=1"
+
 require gmp.inc
 
+# Builds on sh but can't be used due to not compiling in some functions
+DEFAULT_PREFERENCE_sh3 = "-1"
+DEFAULT_PREFERENCE_sh4 = "-1"
-SRC_URI += "file://sh4-asmfix.patch;patch=1"






More information about the Openembedded-commits mailing list