* [Buildroot] [PATCH] pkg-autotools: fix bad GETTEXTIZE_OPT assignment
@ 2014-07-17 12:56 Gustavo Zacarias
2014-07-17 15:31 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2014-07-17 12:56 UTC (permalink / raw)
To: buildroot
HOST_PKG_GETTEXTIZE_OPT should get assigned PKG_GETTEXTIZE_OPT and not
PKG_GETTEXTIZE. Fixes:
http://autobuild.buildroot.net/results/087/087e860173069f58fa9ceb2460d7455d31b2dff8/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/pkg-autotools.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 50876cb..557413d 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -97,7 +97,7 @@ endif
ifndef $(2)_GETTEXTIZE_OPT
ifdef $(3)_GETTEXTIZE_OPT
- $(2)_GETTEXTIZE_OPT = $$($(3)_GETTEXTIZE)
+ $(2)_GETTEXTIZE_OPT = $$($(3)_GETTEXTIZE_OPT)
else
$(2)_GETTEXTIZE_OPT ?= -f
endif
--
1.8.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] pkg-autotools: fix bad GETTEXTIZE_OPT assignment
2014-07-17 12:56 [Buildroot] [PATCH] pkg-autotools: fix bad GETTEXTIZE_OPT assignment Gustavo Zacarias
@ 2014-07-17 15:31 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-07-17 15:31 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Thu, 17 Jul 2014 09:56:16 -0300, Gustavo Zacarias wrote:
> HOST_PKG_GETTEXTIZE_OPT should get assigned PKG_GETTEXTIZE_OPT and not
> PKG_GETTEXTIZE. Fixes:
> http://autobuild.buildroot.net/results/087/087e860173069f58fa9ceb2460d7455d31b2dff8/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/pkg-autotools.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-17 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 12:56 [Buildroot] [PATCH] pkg-autotools: fix bad GETTEXTIZE_OPT assignment Gustavo Zacarias
2014-07-17 15:31 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox