aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mono/mono-native_2.4.2.3.bb
blob: 59cc13e9378682a76ede4dac5e5c1052cba45838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require mono-${PV}.inc
DEPENDS = "glib-2.0-native perl-native"

PR = "${INC_PR}.1"

SRC_URI += ""

inherit native

do_fix_libtool_name() {
	# inherit native will make that all native tools that are being
	# built are prefixed with something like "i686-linux-",
	# including libtool. Fix up some hardcoded libtool names:
	for i in "${S}"/runtime/*-wrapper.in; do
		sed -e "s/libtool/${BUILD_SYS}-libtool/" -i "${i}"
	done
}
addtask fix_libtool_name after do_patch before do_configure

SRC_URI[md5sum] = "696f25afc8453cd0d1c78de6e905dcf2"
SRC_URI[sha256sum] = "1bab0d4e2906c88736ff5e242f2905f4c3535ccfc05bb5c427b72adf0e9236ae"