All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency
@ 2017-05-27  8:19 Bernd Kuhls
  2017-05-27 15:17 ` Thomas Petazzoni
  2017-06-01 14:19 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2017-05-27  8:19 UTC (permalink / raw)
  To: buildroot

Make sure that libiconv is built before popt when needed.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/popt/popt.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/popt/popt.mk b/package/popt/popt.mk
index 863a47a65..3ab53880d 100644
--- a/package/popt/popt.mk
+++ b/package/popt/popt.mk
@@ -21,6 +21,7 @@ POPT_CONF_ENV = ac_cv_va_copy=yes
 ifeq ($(BR2_PACKAGE_LIBICONV),y)
 POPT_CONF_ENV += am_cv_lib_iconv=yes
 POPT_CONF_OPTS += --with-libiconv-prefix=$(STAGING_DIR)/usr
+POPT_DEPENDENCIES += libiconv
 endif
 
 $(eval $(autotools-package))
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency
  2017-05-27  8:19 [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency Bernd Kuhls
@ 2017-05-27 15:17 ` Thomas Petazzoni
  2017-06-01 14:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-05-27 15:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 27 May 2017 10:19:52 +0200, Bernd Kuhls wrote:
> Make sure that libiconv is built before popt when needed.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/popt/popt.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency
  2017-05-27  8:19 [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency Bernd Kuhls
  2017-05-27 15:17 ` Thomas Petazzoni
@ 2017-06-01 14:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-06-01 14:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Make sure that libiconv is built before popt when needed.
 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-01 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-27  8:19 [Buildroot] [PATCH 1/1] package/popt: fix libiconv dependency Bernd Kuhls
2017-05-27 15:17 ` Thomas Petazzoni
2017-06-01 14:19 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.