diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-11-04 16:07:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-11-09 13:16:41 -0800 |
commit | 189fc6375fd364b98b4a9530f547984e159dd838 (patch) | |
tree | 1d2367a060b5aa1aafbbfabd686e84d750476aea /recipes/mono/mono_2.4.2.3.bb | |
parent | 8e41a1e490a129be56338f194330af05d186f454 (diff) |
mono: Replace cross compilation workaround for x86 architecture.
* Replace the workaround with backported patches from mono 2.4 branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mono/mono_2.4.2.3.bb')
-rw-r--r-- | recipes/mono/mono_2.4.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mono/mono_2.4.2.3.bb b/recipes/mono/mono_2.4.2.3.bb index 5e659f3948..c6e36653db 100644 --- a/recipes/mono/mono_2.4.2.3.bb +++ b/recipes/mono/mono_2.4.2.3.bb @@ -2,7 +2,7 @@ require mono-${PV}.inc DEPENDS = "mono-native mono-mcs-intermediate glib-2.0 perl-native" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" # mono makes use of non-thumb-compatible inline asm. ARM_INSTRUCTION_SET = "arm" |