summaryrefslogtreecommitdiffstats
path: root/recipes/mono/mono-mcs-intermediate.inc
diff options
context:
space:
mode:
authorShane Volpe <shanevolpe@gmail.com>2010-05-11 11:06:47 -0400
committerShane Volpe <shanevolpe@gmail.com>2010-05-13 09:15:53 -0400
commit21600c8a338c5052ff6fbfa3d4cbb2ec37453242 (patch)
tree982b0509840d287ffe191675e9844650c20dbb31 /recipes/mono/mono-mcs-intermediate.inc
parent93a439a42b538be1f96c9250122504bfbdbd8d7b (diff)
downloadopenembedded-21600c8a338c5052ff6fbfa3d4cbb2ec37453242.tar.gz
mono: Add version 2.6.3
* Removed old versions of mono as they were broken. * Fixed mono packages so mono now builds with new native staging. * Changed mono floating point to ARM_FPU_NONE so it works with all architectures. * Added libtoolize --force --copy to mono.inc to allow any libtool version to work.
Diffstat (limited to 'recipes/mono/mono-mcs-intermediate.inc')
-rw-r--r--recipes/mono/mono-mcs-intermediate.inc18
1 files changed, 5 insertions, 13 deletions
diff --git a/recipes/mono/mono-mcs-intermediate.inc b/recipes/mono/mono-mcs-intermediate.inc
index 9706fc2b35..77a0627517 100644
--- a/recipes/mono/mono-mcs-intermediate.inc
+++ b/recipes/mono/mono-mcs-intermediate.inc
@@ -13,7 +13,6 @@ SRC_URI += "file://mono-fix-libdir-path.patch;patch=1"
# Inherit native to set up compiler and paths ...
inherit native
# ... but override the target prefix
-prefix = "/usr"
exec_prefix = "/usr"
sysconfdir = "/etc"
# TODO: Where does the mono package get
@@ -29,19 +28,8 @@ do_fix_libtool_name() {
}
addtask fix_libtool_name after do_patch before do_configure
-do_stage() {
- true
-}
-
-do_install() {
+do_compile_append() {
oe_runmake 'DESTDIR=${D}' install
-}
-
-do_package() {
- true
-}
-
-do_stage() {
cd ${D}
rm -f ${WORKDIR}/mono-mcs-${PV}.tar.gz
tar -cvzf ${WORKDIR}/mono-mcs-${PV}.tar.gz .
@@ -49,6 +37,10 @@ do_stage() {
cp ${WORKDIR}/mono-mcs-${PV}.tar.gz ${STAGING_DATADIR}/mono-mcs/
}
+do_package() {
+ true
+}
+
do_package_write_ipk() {
true
}