libical: remove icu package from ccmp1 where storage is scarce
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
753424ae91
commit
162231f87d
|
|
@ -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:
|
# Only 'libicudata' could weight up to 25MB:
|
||||||
#
|
#
|
||||||
# 25M /usr/lib/libicudata.so.57.1
|
# 25M /usr/lib/libicudata.so.57.1
|
||||||
PACKAGECONFIG:remove:ccimx6ul = "icu"
|
PACKAGECONFIG:remove:ccimx6ul = "icu"
|
||||||
|
PACKAGECONFIG:remove:ccmp1 = "icu"
|
||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue