1config BR2_PACKAGE_GETTEXT_TINY 2 bool 3 select BR2_PACKAGE_HAS_GETTEXT 4 help 5 Stub and/or lightweight replacements of the gnu gettext 6 suite; because the GNU one takes ages to compile. 7 8 https://github.com/sabotage-linux/gettext-tiny 9 10if BR2_PACKAGE_GETTEXT_TINY 11 12config BR2_PACKAGE_PROVIDES_GETTEXT 13 default "gettext-tiny" 14 15endif 16 17config BR2_PACKAGE_PROVIDES_HOST_GETTEXT 18 default "host-gettext-tiny" if !BR2_SYSTEM_ENABLE_NLS 19