increase dvbapp PR.
[vuplus_openembedded] / recipes / mono / mono-2.4.2.3.inc
1 DESCRIPTION = "Mono Programming Language"
2 SECTION = "devel/mono"
3 LICENSE = "GPL LGPL X11"
4
5 SRC_URI = "http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.3.tar.bz2"
6
7 INC_PR = "r3"
8
9 S = "${WORKDIR}/mono-${PV}"
10
11 # parallel make does not work for mono (currently)
12
13 PARALLEL_MAKE = ""
14
15 do_fix_dolt_libtool() {
16         # look for libtool prefixed with HOST_SYS
17         sed -e "s/slash\}libtool/slash\}${HOST_SYS}-libtool/" -i acinclude.m4
18         echo No acinclude!
19 }
20
21 inherit autotools
22 EXTRA_OECONF_arm = "--without-tls"
23 EXTRA_OECONF_mipsel = "--without-tls"
24
25 addtask fix_dolt_libtool after do_patch before do_configure