Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] expat: disable docbook
@ 2018-08-30 16:46 Fabrice Fontaine
  2018-08-31 21:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2018-08-30 16:46 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.net/results/3a351ddd9b42b090e4a69ac480b7a16397699f6c
 - http://autobuild.buildroot.net/results/41402af8bd102b35083e34c53c5f2e8a266dc63e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/expat/expat.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/expat/expat.mk b/package/expat/expat.mk
index 61f3176312..548ec826a0 100644
--- a/package/expat/expat.mk
+++ b/package/expat/expat.mk
@@ -13,5 +13,8 @@ HOST_EXPAT_DEPENDENCIES = host-pkgconf
 EXPAT_LICENSE = MIT
 EXPAT_LICENSE_FILES = COPYING
 
+EXPAT_CONF_OPTS = --without-docbook
+HOST_EXPAT_CONF_OPTS = --without-docbook
+
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] expat: disable docbook
  2018-08-30 16:46 [Buildroot] [PATCH 1/1] expat: disable docbook Fabrice Fontaine
@ 2018-08-31 21:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-31 21:54 UTC (permalink / raw)
  To: buildroot

Hello Fabrice,

On Thu, 30 Aug 2018 18:46:16 +0200, Fabrice Fontaine wrote:
> Fixes:
>  - http://autobuild.buildroot.net/results/3a351ddd9b42b090e4a69ac480b7a16397699f6c
>  - http://autobuild.buildroot.net/results/41402af8bd102b35083e34c53c5f2e8a266dc63e
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/expat/expat.mk | 3 +++
>  1 file changed, 3 insertions(+)

Applied to next, thanks. However, for your next patches, and when we
have both master and next branches open, it would be nice if you could
specify in the prefix if the patch is for master or next (see on the
mailing list how others are doing this). Otherwise, for each fix, I
have to find out whether it's a fix intended for master or for next.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-08-31 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-30 16:46 [Buildroot] [PATCH 1/1] expat: disable docbook Fabrice Fontaine
2018-08-31 21:54 ` Thomas Petazzoni

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