aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/icu/icu-3.6.inc
blob: 198c73f4912d53a2c52837b57bafb092f0339143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "ICU"

INC_PR = "r5"

SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
           file://elif-to-else.patch;patch=1"

S = "${WORKDIR}/icu/source"

PARALLEL_MAKE = ""

inherit autotools pkgconfig binconfig

do_configure() {
	libtoolize --force
	gnu-configize --force
	oe_runconf
}