package/gettext-gnu: fix typo BR2_PACKAGE_GETTEXT_GNU_PROVIDES_LIBINTL

After commit:

	ea1e7ee606 package/gettext: turn into virtual package

package/gettext was renamed to package/gettext-gnu and introduced typo
BR2_PACKAGE_GETTEXT_GNU_PROVIDES_LIBINTL which should be
BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL (w/o "_GNU" part).

Reported-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Vadim Kochan 2019-04-08 03:28:21 +03:00 committed by Thomas Petazzoni
parent 63af60fae3
commit 4c2aa19a29

View File

@ -42,7 +42,7 @@ HOST_GETTEXT_GNU_CONF_OPTS = \
# Force the build of libintl, even if the C library provides a stub # Force the build of libintl, even if the C library provides a stub
# gettext implementation # gettext implementation
ifeq ($(BR2_PACKAGE_GETTEXT_GNU_PROVIDES_LIBINTL),y) ifeq ($(BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL),y)
GETTEXT_GNU_CONF_OPTS += --with-included-gettext GETTEXT_GNU_CONF_OPTS += --with-included-gettext
else else
GETTEXT_GNU_CONF_OPTS += --without-included-gettext GETTEXT_GNU_CONF_OPTS += --without-included-gettext