Skip to content

Commit

Permalink
gettext: remove package
Browse files Browse the repository at this point in the history
This package was necessary when uClibc was in the tree. Now that uClibc
is gone, this can go too.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb authored and hauke committed Nov 20, 2021
1 parent 48774de commit e6f5694
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,406 deletions.
4 changes: 2 additions & 2 deletions include/autotools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ifneq ($(filter patch-libtool,$(PKG_FIXUP)),)
endif

ifneq ($(filter libtool,$(PKG_FIXUP)),)
PKG_BUILD_DEPENDS += libtool gettext libiconv
PKG_BUILD_DEPENDS += libtool libiconv
ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
Hooks/Configure/Pre += autoreconf_target
endif
Expand All @@ -124,7 +124,7 @@ ifneq ($(filter libtool-abiver,$(PKG_FIXUP)),)
endif

ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
PKG_BUILD_DEPENDS += libtool gettext libiconv
PKG_BUILD_DEPENDS += libtool libiconv
ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
Hooks/Configure/Pre += autoreconf_target
endif
Expand Down
2 changes: 1 addition & 1 deletion include/nls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
endif

PKG_CONFIG_DEPENDS += CONFIG_BUILD_NLS
PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv !BUILD_NLS:gettext
PKG_BUILD_DEPENDS += !BUILD_NLS:libiconv

ICONV_DEPENDS:=+BUILD_NLS:libiconv-full
ICONV_CFLAGS:=-I$(ICONV_PREFIX)/include
Expand Down
63 changes: 0 additions & 63 deletions package/libs/gettext/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions package/libs/gettext/src/LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions package/libs/gettext/src/include/libintl.h

This file was deleted.

21 changes: 0 additions & 21 deletions package/libs/gettext/src/m4/codeset.m4

This file was deleted.

Loading

0 comments on commit e6f5694

Please sign in to comment.