All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/apparmor: skip docs building
@ 2020-04-29 20:49 Angelo Compagnucci
  2020-04-29 21:00 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Angelo Compagnucci @ 2020-04-29 20:49 UTC (permalink / raw)
  To: buildroot

When pod2man and pod2html are missing, building now exits with an
error.
Building of man pages and documentation should be skipped in buildroot,
setting both executables to the "echo" command it's sufficient to skip
them.

Fixes:
http://autobuild.buildroot.net/results/ca8d3071d888b5c1cfa3e275afaf05415e19627f

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 package/apparmor/apparmor.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/apparmor/apparmor.mk b/package/apparmor/apparmor.mk
index f1b765c..a525b40 100644
--- a/package/apparmor/apparmor.mk
+++ b/package/apparmor/apparmor.mk
@@ -15,7 +15,7 @@ APPARMOR_LICENSE_FILES = LICENSE parser/COPYING.GPL
 APPARMOR_DEPENDENCIES = libapparmor
 
 APPARMOR_TOOLS = parser
-APPARMOR_MAKE_OPTS = USE_SYSTEM=1 DISTRO=unknown
+APPARMOR_MAKE_OPTS = USE_SYSTEM=1 DISTRO=unknown POD2MAN=echo POD2HTML=echo
 
 ifeq ($(BR2_PACKAGE_GETTEXT_PROVIDES_LIBINTL),y)
 APPARMOR_DEPENDENCIES += gettext
-- 
2.7.4

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

* [Buildroot] [PATCH] package/apparmor: skip docs building
  2020-04-29 20:49 [Buildroot] [PATCH] package/apparmor: skip docs building Angelo Compagnucci
@ 2020-04-29 21:00 ` Thomas Petazzoni
  2020-05-01 20:53   ` Angelo Compagnucci
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2020-04-29 21:00 UTC (permalink / raw)
  To: buildroot

On Wed, 29 Apr 2020 22:49:11 +0200
Angelo Compagnucci <angelo@amarulasolutions.com> wrote:

> When pod2man and pod2html are missing, building now exits with an
> error.
> Building of man pages and documentation should be skipped in buildroot,
> setting both executables to the "echo" command it's sufficient to skip
> them.
> 
> Fixes:
> http://autobuild.buildroot.net/results/ca8d3071d888b5c1cfa3e275afaf05415e19627f
> 
> Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>

Would "true" instead of "echo" work as well ?

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

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

* [Buildroot] [PATCH] package/apparmor: skip docs building
  2020-04-29 21:00 ` Thomas Petazzoni
@ 2020-05-01 20:53   ` Angelo Compagnucci
  0 siblings, 0 replies; 3+ messages in thread
From: Angelo Compagnucci @ 2020-05-01 20:53 UTC (permalink / raw)
  To: buildroot

On Wed, Apr 29, 2020 at 11:00 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Wed, 29 Apr 2020 22:49:11 +0200
> Angelo Compagnucci <angelo@amarulasolutions.com> wrote:
>
> > When pod2man and pod2html are missing, building now exits with an
> > error.
> > Building of man pages and documentation should be skipped in buildroot,
> > setting both executables to the "echo" command it's sufficient to skip
> > them.
> >
> > Fixes:
> > http://autobuild.buildroot.net/results/ca8d3071d888b5c1cfa3e275afaf05415e19627f
> >
> > Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
>
> Would "true" instead of "echo" work as well ?

I did a V2, it works.

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

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

end of thread, other threads:[~2020-05-01 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 20:49 [Buildroot] [PATCH] package/apparmor: skip docs building Angelo Compagnucci
2020-04-29 21:00 ` Thomas Petazzoni
2020-05-01 20:53   ` Angelo Compagnucci

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.