mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
icu: remove dev files
Remove files that aren't used for runtime purposes. Size savings delta +450 KB. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8a7bbfae96
commit
11bee135d2
@ -44,5 +44,12 @@ endef
|
|||||||
ICU_POST_PATCH_HOOKS += ICU_COPY_CUSTOM_DATA
|
ICU_POST_PATCH_HOOKS += ICU_COPY_CUSTOM_DATA
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
define ICU_REMOVE_DEV_FILES
|
||||||
|
rm -f $(addprefix $(TARGET_DIR)/usr/bin/,derb genbrk gencfu gencnval gendict genrb icuinfo makeconv uconv)
|
||||||
|
rm -f $(addprefix $(TARGET_DIR)/usr/sbin/,genccode gencmn gennorm2 gensprep icupkg)
|
||||||
|
rm -rf $(TARGET_DIR)/usr/share/icu
|
||||||
|
endef
|
||||||
|
ICU_POST_INSTALL_TARGET_HOOKS += ICU_REMOVE_DEV_FILES
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user