diff options
author | James Maki <jmaki@multitech.com> | 2010-06-03 11:32:20 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-06-03 11:32:20 -0500 |
commit | feea0279e602f313ca37320531c7f9dff9962f54 (patch) | |
tree | 1e67dc7f083dc2cd23f6b492280e771493c79218 /recipes/mono/mono-mcs-intermediate_1.2.6.bb | |
parent | 5ee12e59035cd547b6cc98406b2315b5181dcbdc (diff) | |
parent | 9abc7533d0b86d61b7b6bd83c44d4abcc8f2d9b0 (diff) |
Merge remote branch 'origin/multitech-corecdp-1.x' into multitech-corecdp-dev
Diffstat (limited to 'recipes/mono/mono-mcs-intermediate_1.2.6.bb')
-rw-r--r-- | recipes/mono/mono-mcs-intermediate_1.2.6.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/mono/mono-mcs-intermediate_1.2.6.bb b/recipes/mono/mono-mcs-intermediate_1.2.6.bb deleted file mode 100644 index dd382fb285..0000000000 --- a/recipes/mono/mono-mcs-intermediate_1.2.6.bb +++ /dev/null @@ -1,13 +0,0 @@ -# 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 - -PARALLEL_MAKE = "" - - |