All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gcr: gobject-introspection needs xsltproc
@ 2020-04-24 12:37 Fabrice Fontaine
  2020-04-28  5:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-04-24 12:37 UTC (permalink / raw)
  To: buildroot

Build of gcr with gobject-introspection needs host-libxslt otherwise
build will fail on:

  XSLTPROC Gcr-3.gir
/bin/bash: xsltproc: command not found
Makefile:6878: recipe for target 'Gcr-3.gir' failed

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/gcr/gcr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gcr/gcr.mk b/package/gcr/gcr.mk
index 56bfe1110a..97a0e22064 100644
--- a/package/gcr/gcr.mk
+++ b/package/gcr/gcr.mk
@@ -24,7 +24,7 @@ GCR_LICENSE = LGPL-2.1+
 GCR_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
-GCR_DEPENDENCIES += gobject-introspection
+GCR_DEPENDENCIES += gobject-introspection host-libxslt
 GCR_CONF_OPTS += --with-introspection
 else
 GCR_CONF_OPTS += --without-introspection
-- 
2.25.1

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

* [Buildroot] [PATCH 1/1] package/gcr: gobject-introspection needs xsltproc
  2020-04-24 12:37 [Buildroot] [PATCH 1/1] package/gcr: gobject-introspection needs xsltproc Fabrice Fontaine
@ 2020-04-28  5:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-04-28  5:43 UTC (permalink / raw)
  To: buildroot

On Fri, 24 Apr 2020 14:37:15 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Build of gcr with gobject-introspection needs host-libxslt otherwise
> build will fail on:
> 
>   XSLTPROC Gcr-3.gir
> /bin/bash: xsltproc: command not found
> Makefile:6878: recipe for target 'Gcr-3.gir' failed
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/c08efff174d4773074e6cf3374228b48e057917b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/gcr/gcr.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-04-28  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 12:37 [Buildroot] [PATCH 1/1] package/gcr: gobject-introspection needs xsltproc Fabrice Fontaine
2020-04-28  5:43 ` 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.