summaryrefslogtreecommitdiff
path: root/packages/mono/mono-mcs-intermediate_svn.bb
diff options
context:
space:
mode:
authorHenryk Ploetz <henryk@openmoko.org>2007-10-13 22:46:30 +0000
committerHenryk Ploetz <henryk@openmoko.org>2007-10-13 22:46:30 +0000
commit6ab2767ae321ad4f2f5891a7e359fd7273845bd5 (patch)
tree24f9432d2cc9285640e1b59f9d33dfdaa3654ddc /packages/mono/mono-mcs-intermediate_svn.bb
parent3bb8f9a5da07ce63ae12b67ab57b695738e1363f (diff)
mono: add recipe for building from svn
* new svn recipes for mono-mcs-intermediate and mono (disabled with DEFAULT_PREFERENCE="-1" * common mono-mcs-intermediate recipe code moved to include file
Diffstat (limited to 'packages/mono/mono-mcs-intermediate_svn.bb')
-rw-r--r--packages/mono/mono-mcs-intermediate_svn.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/mono/mono-mcs-intermediate_svn.bb b/packages/mono/mono-mcs-intermediate_svn.bb
new file mode 100644
index 0000000000..f5dbedd612
--- /dev/null
+++ b/packages/mono/mono-mcs-intermediate_svn.bb
@@ -0,0 +1,12 @@
+# 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_svn.inc
+require mono-mcs-intermediate.inc
+
+DEFAULT_PREFERENCE = "-1"
+EXTRA_OECONF_append = " --without-tls "