diff options
Diffstat (limited to 'packages/mono/mono_1.0.bb')
-rw-r--r-- | packages/mono/mono_1.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/mono/mono_1.0.bb b/packages/mono/mono_1.0.bb index e69de29bb2..4aa543b3ef 100644 --- a/packages/mono/mono_1.0.bb +++ b/packages/mono/mono_1.0.bb @@ -0,0 +1,18 @@ +SECTION = "unknown" +DEPENDS = "mono-native glib-2.0" +LICENSE = "GPL LGPL X11" +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 +} |