diff mbox

[v1] filemq: disable documentation generation

Message ID 1476739227-12396-1-git-send-email-ps.report@gmx.net
State Accepted
Headers show

Commit Message

Peter Seiderer Oct. 17, 2016, 9:20 p.m. UTC
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(-)

Comments

Thomas Petazzoni Oct. 18, 2016, 10 a.m. UTC | #1
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
diff mbox

Patch

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