mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4423 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
272 B
PHP
19 lines
272 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 pkgconfig binconfig
|
|
|
|
do_configure() {
|
|
libtoolize --force
|
|
gnu-configize --force
|
|
oe_runconf
|
|
}
|
|
|
|
|