diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-01-07 12:19:00 -0500 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-01-07 13:54:02 -0500 |
commit | c929ffc653fbb29f0666674ac0412446221cea9a (patch) | |
tree | 0ffa39ebec6fca02a7c9eb1332c533a403cd4bb7 /packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb | |
parent | ca084dba42b886690cf227c4ccf2326432fe6c93 (diff) |
mono 2.2: update from preview 3 to RC1, add EABI patch
This changeset renames recipes to better reflect mono versioning.
Note, the previous mono 2.2 recipe was mis-named
rc2 and was actually preview 2. If you built the
misnamed 2.2.0-rc2 package, it will take precedence
over the new recipe and you must manually remove
ipks in the tmp dir before building the 2.2-rc1
version.
Diffstat (limited to 'packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb')
-rw-r--r-- | packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb b/packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb new file mode 100644 index 0000000000..aa833262c3 --- /dev/null +++ b/packages/mono/mono-mcs-intermediate_1.9.1+2.2-rc1.bb @@ -0,0 +1,15 @@ +# This is a straw-man recipe for step 1 in the two-step build of +# mono. Because it's impossible to build the mcs directory +# in cross-compile mode, this recipe will do a native build, +# then tar the resulting install tree for usage by the mono +# package in step 2. +# See http://www.mono-project.com/Mono:ARM + +require mono_2.2.0.inc +require mono-mcs-intermediate.inc + +DEFAULT_PREFERENCE = "-1" + +#SRC_URI += "file://libgc_cppflags.patch;patch=1" + + |