diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-12-13 22:43:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-12-13 22:43:51 +0000 |
commit | 7adf6ab5dd75cf9b85acddac1e955f4ab72344fb (patch) | |
tree | fa0bb373ec0f83fdfdaded2b2f1d49ac7a6e56d0 /packages/mono/mono-mcs-intermediate_1.2.6.bb | |
parent | ec163abdb68da4938ee7ee153995fc680100a2b5 (diff) | |
parent | 797990ba0f2ebd7b153e54e095d42927642ae27d (diff) |
merge of '2dd66e01098fdefc97b79f2c26ae0b399f517579'
and 'f4fae9004af31107f4f7bba2a4fae3dcb11bc1e5'
Diffstat (limited to 'packages/mono/mono-mcs-intermediate_1.2.6.bb')
-rw-r--r-- | packages/mono/mono-mcs-intermediate_1.2.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/mono/mono-mcs-intermediate_1.2.6.bb b/packages/mono/mono-mcs-intermediate_1.2.6.bb new file mode 100644 index 0000000000..53ff1b25aa --- /dev/null +++ b/packages/mono/mono-mcs-intermediate_1.2.6.bb @@ -0,0 +1,10 @@ +# 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_1.2.6.inc +require mono-mcs-intermediate.inc + |