From 6ab2767ae321ad4f2f5891a7e359fd7273845bd5 Mon Sep 17 00:00:00 2001 From: Henryk Ploetz Date: Sat, 13 Oct 2007 22:46:30 +0000 Subject: 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 --- packages/mono/mono-mcs-intermediate_svn.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/mono/mono-mcs-intermediate_svn.bb (limited to 'packages/mono/mono-mcs-intermediate_svn.bb') 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 " -- cgit v1.2.3