mirror of
https://git.yoctoproject.org/poky
synced 2026-03-12 10:19:44 +01:00
19 lines
278 B
PHP
19 lines
278 B
PHP
|
|
LICENSE = "ICU"
|
|
|
|
SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz"
|
|
|
|
S = "${WORKDIR}/icu/source"
|
|
|
|
PARALLEL_MAKE = ""
|
|
|
|
inherit autotools_stage pkgconfig binconfig
|
|
|
|
do_configure() {
|
|
libtoolize --force
|
|
gnu-configize --force
|
|
oe_runconf
|
|
}
|
|
|
|
|