Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gdbm: handle optional dependency gettext
@ 2015-05-27 19:39 Francois Perrad
  2015-05-27 19:55 ` Baruch Siach
  2015-06-30 12:22 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2015-05-27 19:39 UTC (permalink / raw)
  To: buildroot

gdbm itself is an optional dependency of perl

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/gdbm/gdbm.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gdbm/gdbm.mk b/package/gdbm/gdbm.mk
index 12e1dac..f7a4370 100644
--- a/package/gdbm/gdbm.mk
+++ b/package/gdbm/gdbm.mk
@@ -10,4 +10,8 @@ GDBM_LICENSE = GPLv3+
 GDBM_LICENSE_FILES = COPYING
 GDBM_INSTALL_STAGING = YES
 
+ifeq ($(BR2_PACKAGE_GETTEXT),y)
+GDBM_DEPENDENCIES += gettext
+endif
+
 $(eval $(autotools-package))
-- 
2.1.4

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

* [Buildroot] [PATCH] gdbm: handle optional dependency gettext
  2015-05-27 19:39 [Buildroot] [PATCH] gdbm: handle optional dependency gettext Francois Perrad
@ 2015-05-27 19:55 ` Baruch Siach
       [not found]   ` <CAB0FRss9-+251CWRnMSi2NPe=ySQ4wMU4XRUbr-ye_B+xstitQ@mail.gmail.com>
  2015-06-30 12:22 ` Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2015-05-27 19:55 UTC (permalink / raw)
  To: buildroot

Hi Francois,

On Wed, May 27, 2015 at 09:39:39PM +0200, Francois Perrad wrote:
> gdbm itself is an optional dependency of perl

Is this a fix for
http://autobuild.buildroot.net/results/940/9404e004ac24c5f3eedc8e7bc8afadd35983de70/

?

baruch

> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  package/gdbm/gdbm.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/gdbm/gdbm.mk b/package/gdbm/gdbm.mk
> index 12e1dac..f7a4370 100644
> --- a/package/gdbm/gdbm.mk
> +++ b/package/gdbm/gdbm.mk
> @@ -10,4 +10,8 @@ GDBM_LICENSE = GPLv3+
>  GDBM_LICENSE_FILES = COPYING
>  GDBM_INSTALL_STAGING = YES
>  
> +ifeq ($(BR2_PACKAGE_GETTEXT),y)
> +GDBM_DEPENDENCIES += gettext
> +endif
> +
>  $(eval $(autotools-package))

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] gdbm: handle optional dependency gettext
       [not found]   ` <CAB0FRss9-+251CWRnMSi2NPe=ySQ4wMU4XRUbr-ye_B+xstitQ@mail.gmail.com>
@ 2015-05-28 20:36     ` Baruch Siach
  0 siblings, 0 replies; 4+ messages in thread
From: Baruch Siach @ 2015-05-28 20:36 UTC (permalink / raw)
  To: buildroot

Hi Fran?ois,

On Thu, May 28, 2015 at 08:37:22PM +0200, Fran?ois Perrad wrote:
> 2015-05-27 21:55 GMT+02:00 Baruch Siach <baruch@tkos.co.il>:
> > On Wed, May 27, 2015 at 09:39:39PM +0200, Francois Perrad wrote:
> >> gdbm itself is an optional dependency of perl
> >
> > Is this a fix for
> > http://autobuild.buildroot.net/results/940/9404e004ac24c5f3eedc8e7bc8afadd35983de70/
> >
> > ?
> 
> I found this dependency issue during my investigation for this build failure.
> But it is not the fix for it.

OK. Thanks.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] gdbm: handle optional dependency gettext
  2015-05-27 19:39 [Buildroot] [PATCH] gdbm: handle optional dependency gettext Francois Perrad
  2015-05-27 19:55 ` Baruch Siach
@ 2015-06-30 12:22 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 12:22 UTC (permalink / raw)
  To: buildroot

Dear Francois Perrad,

On Wed, 27 May 2015 21:39:39 +0200, Francois Perrad wrote:
> gdbm itself is an optional dependency of perl

This is completely irrelevant to the commit log, so I've removed that,
and applied the patch. Thanks!

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

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

end of thread, other threads:[~2015-06-30 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 19:39 [Buildroot] [PATCH] gdbm: handle optional dependency gettext Francois Perrad
2015-05-27 19:55 ` Baruch Siach
     [not found]   ` <CAB0FRss9-+251CWRnMSi2NPe=ySQ4wMU4XRUbr-ye_B+xstitQ@mail.gmail.com>
2015-05-28 20:36     ` Baruch Siach
2015-06-30 12:22 ` Thomas Petazzoni

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