blob: 92176ee7fba3e67583439e79d1d5a44f41e0595e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "ICU"
SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz"
S = "${WORKDIR}/icu/source"
inherit autotools pkgconfig
do_configure() {
libtoolize --force
oe_runconf
}
|