diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-11 18:12:03 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-11 18:12:03 +0000 |
commit | 6fcdf85424191d742baf654a02e3337d03ee8815 (patch) | |
tree | 849944501efcecb556116dbf251033544d4e57b7 /packages/mono/mono_1.2.5.1.bb | |
parent | 7a97c29072572bf147bf625b80982441c11b7c01 (diff) |
mono: use monoburg from mono-native instead
* the original method is to build monoburg natively during the (crossed)
mono build. it will require glib-dev from host. now we use the one
from mono-native.
* mono-native 1.2.5.1 is updated to stage monoburg
Diffstat (limited to 'packages/mono/mono_1.2.5.1.bb')
-rw-r--r-- | packages/mono/mono_1.2.5.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/mono/mono_1.2.5.1.bb b/packages/mono/mono_1.2.5.1.bb index 55f601bcb7..d073aa7d98 100644 --- a/packages/mono/mono_1.2.5.1.bb +++ b/packages/mono/mono_1.2.5.1.bb @@ -2,10 +2,11 @@ require mono_1.2.5.inc DEPENDS = "mono-native mono-mcs-intermediate glib-2.0 perl-native" -PR = "r3" +PR = "r4" SRC_URI += "file://configure.patch;patch=1 \ - file://genmdesc-cpp.patch;patch=1" + file://genmdesc-cpp.patch;patch=1 \ + file://disable-monoburg.patch;patch=1" # Per http://www.mono-project.com/Mono:ARM EXTRA_OECONF += " --disable-mcs-build " |