summaryrefslogtreecommitdiff
path: root/recipes-support/icu/icu_54%.bbappend
blob: 9c433426fef90703e21c659274a580288bbb60d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# use a customized small icu data library created from
# http://apps.icu-project.org/datacustom/ICUData53.html
#   Charset Mapping Tables (only minimum set)
#   Break Iterator (en_US)
#   Base Data

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

SRC_URI_colibri-vf = "${BASE_SRC_URI} file://icudt54l.zip "

do_configure_append_colibri-vf () {
    rm  -f ${S}/data/in/icudt*l.dat
    cp ${WORKDIR}/icudt*l.dat ${S}/data/in/
}

PACKAGE_ARCH_colibri-vf = "${MACHINE_ARCH}"