* [Buildroot] [PATCH v1] filemq: disable documentation generation
@ 2016-10-17 21:20 Peter Seiderer
2016-10-18 10:00 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2016-10-17 21:20 UTC (permalink / raw)
To: buildroot
The parameter to disable asciidoc documentation generation changed from
'fmq_have_asciidoc' to 'filemq_have_asciidoc'.
Fixes [1], [2], [3]:
File "/usr/bin/asciidoc", line 101
except KeyError, k: raise AttributeError, k
^
SyntaxError: invalid syntax
[1] http://autobuild.buildroot.net/results/5f0/5f0558235756419eff15b8e909b5d630712f5141
[2] http://autobuild.buildroot.net/results/a23/a23d92b09dadc12b3753c951900e28fc19bd14cd
[3] http://autobuild.buildroot.net/results/a45/a450ff5c6008ccf290a028e6eab7ff26369243e7
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
Remark: could not reproduce the original asciidoc error, but changing
fmq_have_asciidoc to filemq_have_asciidoc prevents the call to
asciidoc at all.
---
package/filemq/filemq.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index 0e73591..d57208e 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -8,7 +8,7 @@ FILEMQ_VERSION = e59951489045825d6fc5bdc6a5a5ecf1abf51943
FILEMQ_SITE = $(call github,zeromq,filemq,$(FILEMQ_VERSION))
FILEMQ_AUTORECONF = YES
-FILEMQ_CONF_ENV = fmq_have_asciidoc=no
+FILEMQ_CONF_ENV = filemq_have_asciidoc=no
FILEMQ_INSTALL_STAGING = YES
FILEMQ_DEPENDENCIES = czmq openssl zeromq
FILEMQ_LICENSE = LGPLv3+ with exceptions
--
2.8.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [Buildroot] [PATCH v1] filemq: disable documentation generation
2016-10-17 21:20 [Buildroot] [PATCH v1] filemq: disable documentation generation Peter Seiderer
@ 2016-10-18 10:00 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-18 10:00 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 17 Oct 2016 23:20:27 +0200, Peter Seiderer wrote:
> The parameter to disable asciidoc documentation generation changed from
> 'fmq_have_asciidoc' to 'filemq_have_asciidoc'.
>
> Fixes [1], [2], [3]:
>
> File "/usr/bin/asciidoc", line 101
> except KeyError, k: raise AttributeError, k
> ^
> SyntaxError: invalid syntax
>
> [1] http://autobuild.buildroot.net/results/5f0/5f0558235756419eff15b8e909b5d630712f5141
> [2] http://autobuild.buildroot.net/results/a23/a23d92b09dadc12b3753c951900e28fc19bd14cd
> [3] http://autobuild.buildroot.net/results/a45/a450ff5c6008ccf290a028e6eab7ff26369243e7
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
> Remark: could not reproduce the original asciidoc error, but changing
> fmq_have_asciidoc to filemq_have_asciidoc prevents the call to
> asciidoc at all.
> ---
> package/filemq/filemq.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-18 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-17 21:20 [Buildroot] [PATCH v1] filemq: disable documentation generation Peter Seiderer
2016-10-18 10:00 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox