All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libostree: disable manpages/documentation generation
@ 2017-12-02  7:58 Marcus Folkesson
  2017-12-02 13:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Marcus Folkesson @ 2017-12-02  7:58 UTC (permalink / raw)
  To: buildroot

--enable-man is set to `auto` as default, which may break builds.

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/libostree.mk | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index bac44ddbdb..19a00a25f7 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -12,7 +12,12 @@ LIBOSTREE_LICENSE = GPL-2.0+
 LIBOSTREE_LICENSE_FILES = COPYING
 LIBOSTREE_DEPENDENCIES = e2fsprogs host-pkgconf libfuse libglib2 libgpgme xz
 
-LIBOSTREE_CONF_OPTS += --with-gpgme-prefix=$(STAGING_DIR)/usr
+LIBOSTREE_CONF_OPTS += \
+	--with-gpgme-prefix=$(STAGING_DIR)/usr \
+	--disable-gtk-doc \
+	--disable-gtk-doc-html \
+	--disable-gtk-doc-pdf \
+	--disable-man
 
 ifeq ($(BR2_PACKAGE_OPENSSL),y)
 LIBOSTREE_CONF_OPTS += --with-openssl
-- 
2.15.0

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

* [Buildroot] [PATCH] libostree: disable manpages/documentation generation
  2017-12-02  7:58 [Buildroot] [PATCH] libostree: disable manpages/documentation generation Marcus Folkesson
@ 2017-12-02 13:44 ` Thomas Petazzoni
  2017-12-02 13:59   ` Marcus Folkesson
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-12-02 13:44 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat,  2 Dec 2017 08:58:49 +0100, Marcus Folkesson wrote:
> --enable-man is set to `auto` as default, which may break builds.
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/libostree/libostree.mk | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Applied to master, thanks. I've added a reference to an autobuilder
failure that should be fixed by this. It would be good if you could add
such references yourself in the future when you submit a patch that
fixes a build failures.

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

* [Buildroot] [PATCH] libostree: disable manpages/documentation generation
  2017-12-02 13:44 ` Thomas Petazzoni
@ 2017-12-02 13:59   ` Marcus Folkesson
  2017-12-02 14:05     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Marcus Folkesson @ 2017-12-02 13:59 UTC (permalink / raw)
  To: buildroot

Hi,

On Sat, Dec 02, 2017 at 02:44:24PM +0100, Thomas Petazzoni wrote:
> Hello,
> 
> On Sat,  2 Dec 2017 08:58:49 +0100, Marcus Folkesson wrote:
> > --enable-man is set to `auto` as default, which may break builds.
> > 
> > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> > ---
> >  package/libostree/libostree.mk | 7 ++++++-
> >  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> Applied to master, thanks. I've added a reference to an autobuilder
> failure that should be fixed by this. It would be good if you could add
> such references yourself in the future when you submit a patch that
> fixes a build failures.

Absolutely, thank you.
I was not sure how long the log exists and the link is valid, so I omitted it from the commit message.

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

Best regards
Marcus Folkesson

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

* [Buildroot] [PATCH] libostree: disable manpages/documentation generation
  2017-12-02 13:59   ` Marcus Folkesson
@ 2017-12-02 14:05     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-12-02 14:05 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 2 Dec 2017 14:59:26 +0100, Marcus Folkesson wrote:

> > Applied to master, thanks. I've added a reference to an autobuilder
> > failure that should be fixed by this. It would be good if you could add
> > such references yourself in the future when you submit a patch that
> > fixes a build failures.  
> 
> Absolutely, thank you.
> I was not sure how long the log exists and the link is valid, so I omitted it from the commit message.

We include autobuilder references in all our commit logs, when the
commit fixes a build failure. The links are permanent and never expire
(with the notable exception of a recent hard disk crash at the end of
October, that made us lose all the build results prior to this date).

Best regards,

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

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

end of thread, other threads:[~2017-12-02 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-02  7:58 [Buildroot] [PATCH] libostree: disable manpages/documentation generation Marcus Folkesson
2017-12-02 13:44 ` Thomas Petazzoni
2017-12-02 13:59   ` Marcus Folkesson
2017-12-02 14:05     ` 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.