All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] vnstat: needs host-pkgconf
@ 2016-04-11 19:49 Jörg Krause
  2016-04-13 19:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2016-04-11 19:49 UTC (permalink / raw)
  To: buildroot

vnstat uses the PKG_CHECK_MODULES macro and therefor requires pkg-config.

Note that for adding the dependency gd to VNSTAT_DEPENDENCIES the assignment
was changed from '=' to '+='.

Fixes:
http://autobuild.buildroot.net/results/4dd/4ddb0d7d7fe2509ff9c4753d918e0bebd7725c13/

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/vnstat/vnstat.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/vnstat/vnstat.mk b/package/vnstat/vnstat.mk
index ba2610a..576f240 100644
--- a/package/vnstat/vnstat.mk
+++ b/package/vnstat/vnstat.mk
@@ -8,11 +8,12 @@ VNSTAT_VERSION = 1.15
 VNSTAT_SITE = http://humdi.net/vnstat
 VNSTAT_LICENSE = GPLv2
 VNSTAT_LICENSE_FILES = COPYING
+VNSTAT_DEPENDENCIES = host-pkgconf
 # We're patching configure.ac, so we need to autoreconf
 VNSTAT_AUTORECONF = YES
 
 ifeq ($(BR2_PACKAGE_GD)$(BR2_PACKAGE_LIBPNG),yy)
-VNSTAT_DEPENDENCIES = gd
+VNSTAT_DEPENDENCIES += gd
 VNSTAT_CONF_OPTS = --enable-image-output
 else
 VNSTAT_CONF_OPTS = --disable-image-output
-- 
2.8.0

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

* [Buildroot] [PATCH] vnstat: needs host-pkgconf
  2016-04-11 19:49 [Buildroot] [PATCH] vnstat: needs host-pkgconf Jörg Krause
@ 2016-04-13 19:38 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-04-13 19:38 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 11 Apr 2016 21:49:52 +0200, J?rg Krause wrote:
> vnstat uses the PKG_CHECK_MODULES macro and therefor requires pkg-config.

therefor -> therefore. I've fixed this when applying.

> 
> Note that for adding the dependency gd to VNSTAT_DEPENDENCIES the assignment
> was changed from '=' to '+='.
> 
> Fixes:
> http://autobuild.buildroot.net/results/4dd/4ddb0d7d7fe2509ff9c4753d918e0bebd7725c13/
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/vnstat/vnstat.mk | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

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] 2+ messages in thread

end of thread, other threads:[~2016-04-13 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-11 19:49 [Buildroot] [PATCH] vnstat: needs host-pkgconf Jörg Krause
2016-04-13 19:38 ` Thomas Petazzoni

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.