summaryrefslogtreecommitdiff
path: root/mono
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-23 19:51:11 +0000
committerPhil Blundell <philb@gnu.org>2004-07-23 19:51:11 +0000
commitd01492e7715e6cc1f7a5df87e1f69b29f2b7b621 (patch)
tree2f59da7a99895ef3e63a81fbb193134a206eac1e /mono
parent7abe305bf9abcedc3d886aae848fa3b2ded652b2 (diff)
add missing dependencies for mono packages
BKrev: 41016c2fVsF4QjfMeLFa2p0Ti1KXYQ
Diffstat (limited to 'mono')
-rw-r--r--mono/mono-native_1.0.oe5
-rw-r--r--mono/mono_1.0.oe17
2 files changed, 22 insertions, 0 deletions
diff --git a/mono/mono-native_1.0.oe b/mono/mono-native_1.0.oe
index e69de29bb2..ca1b35be0b 100644
--- a/mono/mono-native_1.0.oe
+++ b/mono/mono-native_1.0.oe
@@ -0,0 +1,5 @@
+include mono_${PV}.oe
+S = "${WORKDIR}/mono-${PV}"
+DEPENDS = "glib-2.0-native"
+
+inherit native
diff --git a/mono/mono_1.0.oe b/mono/mono_1.0.oe
index e69de29bb2..566bd04622 100644
--- a/mono/mono_1.0.oe
+++ b/mono/mono_1.0.oe
@@ -0,0 +1,17 @@
+DEPENDS = "mono-native glib-2.0"
+
+SRC_URI = "http://mono2.ximian.com/archive/1.0/mono-1.0.tar.gz \
+ file://libtool-lossage.patch;patch=1 \
+ file://install-lossage.patch;patch=1"
+
+EXTRA_OECONF_arm = "--without-nptl"
+
+inherit autotools
+
+do_configure_prepend() {
+ rm -f libgc/libtool.m4
+}
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' mono_runtime='mint' install
+}