Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] exempi: fix libiconv dependency
@ 2019-01-16 21:46 Fabrice Fontaine
  2019-01-20 20:54 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-01-16 21:46 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/a77a891683ae9a135dc31be1b419061922d0e1ba

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/exempi/Config.in | 1 +
 package/exempi/exempi.mk | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/exempi/Config.in b/package/exempi/Config.in
index ed71e0fb12..c9af219a20 100644
--- a/package/exempi/Config.in
+++ b/package/exempi/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_EXEMPI
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_EXPAT
+	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 	select BR2_PACKAGE_ZLIB
 	help
 	  Exempi is an implementation of XMP (Extensible Metadata
diff --git a/package/exempi/exempi.mk b/package/exempi/exempi.mk
index e7b297ffe1..600ac3a1f2 100644
--- a/package/exempi/exempi.mk
+++ b/package/exempi/exempi.mk
@@ -9,7 +9,8 @@ EXEMPI_SOURCE = exempi-$(EXEMPI_VERSION).tar.bz2
 EXEMPI_SITE = https://libopenraw.freedesktop.org/download
 EXEMPI_INSTALL_STAGING = YES
 EXEMPI_CONF_OPTS = --disable-unittest
-EXEMPI_DEPENDENCIES = host-pkgconf expat zlib
+EXEMPI_DEPENDENCIES = host-pkgconf expat zlib \
+	$(if $(BR2_PACKAGE_LIBICONV), libiconv)
 EXEMPI_LICENSE = BSD-3-Clause
 EXEMPI_LICENSE_FILES = COPYING
 
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] exempi: fix libiconv dependency
  2019-01-16 21:46 [Buildroot] [PATCH 1/1] exempi: fix libiconv dependency Fabrice Fontaine
@ 2019-01-20 20:54 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-01-20 20:54 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/a77a891683ae9a135dc31be1b419061922d0e1ba

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 >  package/exempi/Config.in | 1 +
 >  package/exempi/exempi.mk | 3 ++-
 >  2 files changed, 3 insertions(+), 1 deletion(-)

 > diff --git a/package/exempi/Config.in b/package/exempi/Config.in
 > index ed71e0fb12..c9af219a20 100644
 > --- a/package/exempi/Config.in
 > +++ b/package/exempi/Config.in
 > @@ -4,6 +4,7 @@ config BR2_PACKAGE_EXEMPI
 >  	depends on BR2_INSTALL_LIBSTDCPP
 >  	depends on BR2_TOOLCHAIN_HAS_THREADS
 >  	select BR2_PACKAGE_EXPAT
 > +	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
 >  	select BR2_PACKAGE_ZLIB
 >  	help
 >  	  Exempi is an implementation of XMP (Extensible Metadata
 > diff --git a/package/exempi/exempi.mk b/package/exempi/exempi.mk
 > index e7b297ffe1..600ac3a1f2 100644
 > --- a/package/exempi/exempi.mk
 > +++ b/package/exempi/exempi.mk
 > @@ -9,7 +9,8 @@ EXEMPI_SOURCE = exempi-$(EXEMPI_VERSION).tar.bz2
 >  EXEMPI_SITE = https://libopenraw.freedesktop.org/download
 >  EXEMPI_INSTALL_STAGING = YES
 >  EXEMPI_CONF_OPTS = --disable-unittest
 > -EXEMPI_DEPENDENCIES = host-pkgconf expat zlib
 > +EXEMPI_DEPENDENCIES = host-pkgconf expat zlib \
 > +	$(if $(BR2_PACKAGE_LIBICONV), libiconv)

Committed after removing the extra space before libiconv, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-01-20 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-16 21:46 [Buildroot] [PATCH 1/1] exempi: fix libiconv dependency Fabrice Fontaine
2019-01-20 20:54 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox