* [Buildroot] [PATCH] cifs-utils: disable man page generation
@ 2018-06-03 17:28 Baruch Siach
2018-06-03 18:23 ` Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Baruch Siach @ 2018-06-03 17:28 UTC (permalink / raw)
To: buildroot
Buildroot does not generate documentation for target.
This fixes the build on hosts where the rst2man command does not support
the --syntax-highlight parameter.
Fixes:
http://autobuild.buildroot.net/results/265/2655c0e1fa3ad0a10b4aed39a17feead94e47bfb/
http://autobuild.buildroot.net/results/92d/92d7c608f717bbfe01ecfb9bc9604cb303d8594c/
http://autobuild.buildroot.net/results/4b9/4b95404a89a595ca9c1e3df912169e9d36ff2bd7/
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/cifs-utils/cifs-utils.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk
index bfbdd56923b3..3456cd919857 100644
--- a/package/cifs-utils/cifs-utils.mk
+++ b/package/cifs-utils/cifs-utils.mk
@@ -15,7 +15,7 @@ CIFS_UTILS_DEPENDENCIES = host-pkgconf
# Let's disable PIE unconditionally. We want PIE to be enabled only by
# the global BR2_RELRO_FULL option.
-CIFS_UTILS_CONF_OPTS = --disable-pie
+CIFS_UTILS_CONF_OPTS = --disable-pie --disable-man
ifeq ($(BR2_PACKAGE_KEYUTILS),y)
CIFS_UTILS_DEPENDENCIES += keyutils
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] cifs-utils: disable man page generation
2018-06-03 17:28 [Buildroot] [PATCH] cifs-utils: disable man page generation Baruch Siach
@ 2018-06-03 18:23 ` Thomas Petazzoni
2018-06-17 15:48 ` Peter Korsgaard
2018-07-17 7:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2018-06-03 18:23 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 3 Jun 2018 20:28:24 +0300, Baruch Siach wrote:
> Buildroot does not generate documentation for target.
>
> This fixes the build on hosts where the rst2man command does not support
> the --syntax-highlight parameter.
>
> Fixes:
> http://autobuild.buildroot.net/results/265/2655c0e1fa3ad0a10b4aed39a17feead94e47bfb/
> http://autobuild.buildroot.net/results/92d/92d7c608f717bbfe01ecfb9bc9604cb303d8594c/
> http://autobuild.buildroot.net/results/4b9/4b95404a89a595ca9c1e3df912169e9d36ff2bd7/
>
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/cifs-utils/cifs-utils.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] cifs-utils: disable man page generation
2018-06-03 17:28 [Buildroot] [PATCH] cifs-utils: disable man page generation Baruch Siach
2018-06-03 18:23 ` Thomas Petazzoni
@ 2018-06-17 15:48 ` Peter Korsgaard
2018-07-17 7:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-06-17 15:48 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Buildroot does not generate documentation for target.
> This fixes the build on hosts where the rst2man command does not support
> the --syntax-highlight parameter.
> Fixes:
> http://autobuild.buildroot.net/results/265/2655c0e1fa3ad0a10b4aed39a17feead94e47bfb/
> http://autobuild.buildroot.net/results/92d/92d7c608f717bbfe01ecfb9bc9604cb303d8594c/
> http://autobuild.buildroot.net/results/4b9/4b95404a89a595ca9c1e3df912169e9d36ff2bd7/
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2018.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] cifs-utils: disable man page generation
2018-06-03 17:28 [Buildroot] [PATCH] cifs-utils: disable man page generation Baruch Siach
2018-06-03 18:23 ` Thomas Petazzoni
2018-06-17 15:48 ` Peter Korsgaard
@ 2018-07-17 7:25 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-07-17 7:25 UTC (permalink / raw)
To: buildroot
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> Buildroot does not generate documentation for target.
> This fixes the build on hosts where the rst2man command does not support
> the --syntax-highlight parameter.
> Fixes:
> http://autobuild.buildroot.net/results/265/2655c0e1fa3ad0a10b4aed39a17feead94e47bfb/
> http://autobuild.buildroot.net/results/92d/92d7c608f717bbfe01ecfb9bc9604cb303d8594c/
> http://autobuild.buildroot.net/results/4b9/4b95404a89a595ca9c1e3df912169e9d36ff2bd7/
> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Committed to 2018.05.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-17 7:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-03 17:28 [Buildroot] [PATCH] cifs-utils: disable man page generation Baruch Siach
2018-06-03 18:23 ` Thomas Petazzoni
2018-06-17 15:48 ` Peter Korsgaard
2018-07-17 7:25 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox