libical: remove icu package from ccmp1 where storage is scarce

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2023-01-23 19:27:55 +01:00
parent 753424ae91
commit 162231f87d
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# Copyright (C) 2017-2021 Digi International Inc.
# Copyright (C) 2017-2023 Digi International Inc.
#
# Remove ICU support for 'ccimx6ul' to save space in the rootfs.
# Remove ICU support for platforms with little storage memory to save space
# in the rootfs.
#
# Only 'libicudata' could weight up to 25MB:
#
# 25M /usr/lib/libicudata.so.57.1
PACKAGECONFIG:remove:ccimx6ul = "icu"
PACKAGECONFIG:remove:ccmp1 = "icu"
PACKAGE_ARCH = "${MACHINE_ARCH}"