blob: be58fb1f449cc4d88cb45730c92216210d46896c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "ICU"
SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \
file://gccfix.patch;patch=1"
S = "${WORKDIR}/icu/source"
PARALLEL_MAKE = ""
inherit autotools_stage pkgconfig binconfig
do_configure() {
libtoolize --force
gnu-configize --force
oe_runconf
}
|