All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf
@ 2019-12-10 22:10 Thomas Petazzoni
  2019-12-12  7:28 ` Peter Korsgaard
  2019-12-22 21:01 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-10 22:10 UTC (permalink / raw)
  To: buildroot

configure fails if the pkgconfig.m4 macros are not available during
this package autoreconf:

./configure: line 12003: syntax error near unexpected token `PKGCONF,'
./configure: line 12003: `   PKG_CHECK_MODULES(PKGCONF, glib-2.0)

Fixes:

  http://autobuild.buildroot.net/results/9be944e35090bf270fbc9572423466be9af7b1f2/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/libuio/libuio.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libuio/libuio.mk b/package/libuio/libuio.mk
index 13429ec0f1..b6e8e7e774 100644
--- a/package/libuio/libuio.mk
+++ b/package/libuio/libuio.mk
@@ -10,7 +10,7 @@ LIBUIO_SITE = $(call github,Linutronix,libuio,$(LIBUIO_VERSION))
 LIBUIO_LICENSE = LGPL-2.1 (library), GPL-2.0 (programs)
 LIBUIO_LICENSE_FILES = COPYING
 LIBUIO_CONF_OPTS = --with-glib=no --without-werror
-LIBUIO_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
+LIBUIO_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) host-pkgconf
 LIBUIO_LIBS = $(TARGET_NLS_LIBS)
 LIBUIO_INSTALL_STAGING = YES
 
-- 
2.23.0

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

* [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf
  2019-12-10 22:10 [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf Thomas Petazzoni
@ 2019-12-12  7:28 ` Peter Korsgaard
  2019-12-22 21:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-12  7:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > configure fails if the pkgconfig.m4 macros are not available during
 > this package autoreconf:

 > ./configure: line 12003: syntax error near unexpected token `PKGCONF,'
 > ./configure: line 12003: `   PKG_CHECK_MODULES(PKGCONF, glib-2.0)

 > Fixes:

 >   http://autobuild.buildroot.net/results/9be944e35090bf270fbc9572423466be9af7b1f2/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf
  2019-12-10 22:10 [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf Thomas Petazzoni
  2019-12-12  7:28 ` Peter Korsgaard
@ 2019-12-22 21:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-22 21:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > configure fails if the pkgconfig.m4 macros are not available during
 > this package autoreconf:

 > ./configure: line 12003: syntax error near unexpected token `PKGCONF,'
 > ./configure: line 12003: `   PKG_CHECK_MODULES(PKGCONF, glib-2.0)

 > Fixes:

 >   http://autobuild.buildroot.net/results/9be944e35090bf270fbc9572423466be9af7b1f2/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-22 21:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 22:10 [Buildroot] [PATCH] package/libuio: add missing dependency on host-pkgconf Thomas Petazzoni
2019-12-12  7:28 ` Peter Korsgaard
2019-12-22 21:01 ` 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.