summaryrefslogtreecommitdiffstats
path: root/rules/host-icu.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-05-21 12:46:13 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-05-21 15:55:08 +0200
commit992b5f688c5c048491a0f7e0e82e168413c6eb19 (patch)
treeed0b1e0481001925e3208155f3d7c240808eea32 /rules/host-icu.make
parent21d736ad3d7f2cc1b54226f04f0b89c3fd450067 (diff)
downloadptxdist-992b5f688c5c048491a0f7e0e82e168413c6eb19.tar.gz
ptxdist-992b5f688c5c048491a0f7e0e82e168413c6eb19.tar.xz
host-icu: don't install anything
Only the build tree is needed. It's used by the icu package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-icu.make')
-rw-r--r--rules/host-icu.make9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/host-icu.make b/rules/host-icu.make
index ab4082ff7..498749dc5 100644
--- a/rules/host-icu.make
+++ b/rules/host-icu.make
@@ -40,4 +40,13 @@ HOST_ICU_CONF_OPT := \
--disable-tests \
--disable-samples
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+# only the build tree is needed for icu
+$(STATEDIR)/host-icu.install:
+ @$(call targetinfo)
+ @$(call touch)
+
# vim: syntax=make