aboutsummaryrefslogtreecommitdiffstats
path: root/mono/mono_1.0.oe
blob: 683a62a38de1f028a30f41a98e02d604871ec58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "unknown"
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
}