summaryrefslogtreecommitdiffstats
path: root/rules/icu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 09:16:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 09:16:17 +0100
commit039b17ced52697d894c48c9adaaca5da7e073f33 (patch)
tree230f8ee2a58e4de9df94ae3f268eeed481c9722f /rules/icu.make
parentf560bf8244c4a37d0ad70cc20b13176b17cacd30 (diff)
downloadptxdist-039b17ced52697d894c48c9adaaca5da7e073f33.tar.gz
ptxdist-039b17ced52697d894c48c9adaaca5da7e073f33.tar.xz
icu: the database name changes with the endianess
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/icu.make')
-rw-r--r--rules/icu.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/icu.make b/rules/icu.make
index 0e43346ff..312a7b9cf 100644
--- a/rules/icu.make
+++ b/rules/icu.make
@@ -79,7 +79,7 @@ $(STATEDIR)/icu.targetinstall:
@$(call install_lib, icu, 0, 0, 0644, libicuuc)
@$(call install_copy, icu, 0, 0, 0644, -, \
- /usr/share/icu/$(ICU_VERSION)/icudt$(basename $(ICU_VERSION))l.dat)
+ /usr/share/icu/$(ICU_VERSION)/icudt$(basename $(ICU_VERSION))$(call ptx/ifdef,PTXCONF_ENDIAN_LITTLE,l,b).dat)
@$(call install_finish, icu)