Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] jasper: disable PDF documentation generation
Date: Sun, 15 Jan 2017 18:23:54 +0100	[thread overview]
Message-ID: <20170115172354.GH3552@free.fr> (raw)
In-Reply-To: <b17e9f42b1d2e17bb543c9d5b3b17e80a95c38d0.1484417309.git.baruch@tkos.co.il>

Baruch, All,

On 2017-01-14 20:08 +0200, Baruch Siach spake thusly:
> We don't need the PDF document on target. This also avoids incompatible host
> Latex packages.
> 
> Fixes:
> http://autobuild.buildroot.net/results/e60/e60c4a71a08aebadd0bc3fb95a57a4a223e4b6fa/
> http://autobuild.buildroot.net/results/4ec/4ec8a1735590a3cad4b74630b4b6bdd2e3a7eec8/
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/jasper/jasper.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/jasper/jasper.mk b/package/jasper/jasper.mk
> index f4db8c492064..d659682a56e9 100644
> --- a/package/jasper/jasper.mk
> +++ b/package/jasper/jasper.mk
> @@ -10,6 +10,8 @@ JASPER_INSTALL_STAGING = YES
>  JASPER_LICENSE = JasPer License Version 2.0
>  JASPER_LICENSE_FILES = LICENSE
>  JASPER_SUPPORTS_IN_SOURCE_BUILD = NO
> +JASPER_CONF_OPTS = -DCMAKE_DISABLE_FIND_PACKAGE_DOXYGEN=TRUE \
> +		-DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE

In this situation, I prefer all options are on a line by the,selves:

    JASPER_CONF_OPTS = \
        -DCMAKE_DISABLE_FIND_PACKAGE_DOXYGEN=TRUE \
        -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE

Otherwise:

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

>  ifeq ($(BR2_STATIC_LIBS),y)
>  JASPER_CONF_OPTS += -DJAS_ENABLE_SHARED=OFF
> -- 
> 2.11.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2017-01-15 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-14 18:08 [Buildroot] [PATCH] jasper: disable PDF documentation generation Baruch Siach
2017-01-15 17:23 ` Yann E. MORIN [this message]
2017-01-16 12:15 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170115172354.GH3552@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox