Explorar o código

dos2unix: needs host-gettext

dos2unix uses xgettext to generate its .pot file.

Fixes:
http://autobuild.buildroot.net/results/eda/eda7eeb2fdf7a22c299858ac99d1b1953b15575e/
http://autobuild.buildroot.net/results/aaf/aaf2b77f964eb6259e2e4b1d5a13838c3a1eef21/
http://autobuild.buildroot.net/results/922/92289b63ebdf133ab910f058ffca8ba34e574208/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch Siach %!s(int64=10) %!d(string=hai) anos
pai
achega
9ba132b371
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      package/dos2unix/dos2unix.mk

+ 3 - 1
package/dos2unix/dos2unix.mk

@@ -11,7 +11,9 @@ DOS2UNIX_LICENSE_FILES = COPYING.txt
 DOS2UNIX_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
 HOST_DOS2UNIX_DEPENDENCIES =
 
-ifeq ($(BR2_ENABLE_LOCALE),)
+ifeq ($(BR2_ENABLE_LOCALE),y)
+DOS2UNIX_DEPENDENCIES += host-gettext
+else
 DOS2UNIX_MAKE_OPTS += ENABLE_NLS=
 endif