add missing dependencies for mono packages
authorPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 19:51:11 +0000 (19:51 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 23 Jul 2004 19:51:11 +0000 (19:51 +0000)
BKrev: 41016c2fVsF4QjfMeLFa2p0Ti1KXYQ

mono/mono-native_1.0.oe
mono/mono_1.0.oe

index e69de29..ca1b35b 100644 (file)
@@ -0,0 +1,5 @@
+include mono_${PV}.oe
+S = "${WORKDIR}/mono-${PV}"
+DEPENDS = "glib-2.0-native"
+
+inherit native
index e69de29..566bd04 100644 (file)
@@ -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
+}