Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] jasper: disable PDF documentation generation
@ 2017-01-14 18:08 Baruch Siach
  2017-01-15 17:23 ` Yann E. MORIN
  2017-01-16 12:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-01-14 18:08 UTC (permalink / raw)
  To: buildroot

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
 
 ifeq ($(BR2_STATIC_LIBS),y)
 JASPER_CONF_OPTS += -DJAS_ENABLE_SHARED=OFF
-- 
2.11.0

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

* [Buildroot] [PATCH] jasper: disable PDF documentation generation
  2017-01-14 18:08 [Buildroot] [PATCH] jasper: disable PDF documentation generation Baruch Siach
@ 2017-01-15 17:23 ` Yann E. MORIN
  2017-01-16 12:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2017-01-15 17:23 UTC (permalink / raw)
  To: buildroot

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.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] jasper: disable PDF documentation generation
  2017-01-14 18:08 [Buildroot] [PATCH] jasper: disable PDF documentation generation Baruch Siach
  2017-01-15 17:23 ` Yann E. MORIN
@ 2017-01-16 12:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-01-16 12:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed after reformatting as suggested by Yann, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-01-16 12:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-14 18:08 [Buildroot] [PATCH] jasper: disable PDF documentation generation Baruch Siach
2017-01-15 17:23 ` Yann E. MORIN
2017-01-16 12:15 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox