diff mbox

[14/22] gettext: provide a host variant

Message ID 1364113606-20836-15-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 3a188b578e490f2a8b5922329b7abfae57122e3b
Headers show

Commit Message

Thomas Petazzoni March 24, 2013, 8:26 a.m. UTC
In preparation for the removal of gettext as a hard dependency, we
need to be able to provide a host variant of gettext for the few
packages that require msgfmt.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/gettext/gettext.mk |    1 +
 1 file changed, 1 insertion(+)

\ No newline at end of file

Comments

Peter Korsgaard March 24, 2013, 12:49 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> In preparation for the removal of gettext as a hard dependency,
 Thomas> we need to be able to provide a host variant of gettext for the
 Thomas> few packages that require msgfmt.

Committed, thanks.
diff mbox

Patch

diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index d374050..fe42c42 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -56,3 +56,4 @@  GETTEXT_POST_PATCH_HOOKS += GETTEXT_DISABLE_TOOLS
 GETTEXT_POST_PATCH_HOOKS += GETTEXT_DISABLE_TESTS
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))