diff options
Diffstat (limited to 'recipes/mono/mono_2.4.2.3.bb')
-rw-r--r-- | recipes/mono/mono_2.4.2.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/mono/mono_2.4.2.3.bb b/recipes/mono/mono_2.4.2.3.bb index e1f1968cdb..e18a4e7801 100644 --- a/recipes/mono/mono_2.4.2.3.bb +++ b/recipes/mono/mono_2.4.2.3.bb @@ -1,4 +1,4 @@ -require mono_2.4.2.3.inc +require mono-${PV}.inc DEPENDS = "mono-native mono-mcs-intermediate glib-2.0 perl-native" @@ -11,7 +11,9 @@ ARM_INSTRUCTION_SET = "arm" SRC_URI += "file://configure.patch;patch=1\ file://mini-arm.patch;patch=1\ - file://0001-remove-docs-dir-from-build.patch;patch=1" + file://0001-remove-docs-dir-from-build.patch;patch=1 \ + file://mono-cross-compilation-for-amd64.patch;patch=1 \ + " # Per http://www.mono-project.com/Mono:ARM EXTRA_OECONF += " --disable-mcs-build " |