mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 17:02:22 +02:00
20 lines
319 B
PHP
20 lines
319 B
PHP
|
|
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
|
|
}
|
|
|
|
|