diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-10-16 11:25:08 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-10-16 11:29:36 -0700 |
commit | a7493cc7d18eb234f42c6d4c8c01ae1faaad1df9 (patch) | |
tree | 40de96ac49b19635648c0b5fbc277c274e3b610e /recipes/mono/mono-native_2.4.2.3.bb | |
parent | 71283ce3305f0411924afa73e660e4aa1a9d6d6c (diff) |
mono-2.4.2.3: Fix compilation issues.
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
previously it was called cv_mono_sizeof_sunpath
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mono/mono-native_2.4.2.3.bb')
-rw-r--r-- | recipes/mono/mono-native_2.4.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mono/mono-native_2.4.2.3.bb b/recipes/mono/mono-native_2.4.2.3.bb index 44ac053e99..7974e95fb8 100644 --- a/recipes/mono/mono-native_2.4.2.3.bb +++ b/recipes/mono/mono-native_2.4.2.3.bb @@ -1,4 +1,4 @@ -require mono_2.4.2.3.inc +require mono-${PV}.inc DEPENDS = "glib-2.0-native perl-native" PR = "${INC_PR}.1" |