All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/poco: PDF needs XML, JSON and Util
@ 2020-02-29 10:17 Fabrice Fontaine
  2020-02-29 16:27 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-02-29 10:17 UTC (permalink / raw)
  To: buildroot

PDF needs XML, JSON and Util since version 1.9.0 and
https://github.com/pocoproject/poco/commit/c5acb2ac27a81a429e146780769f965e8284cadc

Fixes:
 - http://autobuild.buildroot.org/results/294b604a0e37aafbe085f0e6f0d1a83ab110c3a4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/poco/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/poco/Config.in b/package/poco/Config.in
index 7e1257146c..f8f921de04 100644
--- a/package/poco/Config.in
+++ b/package/poco/Config.in
@@ -54,6 +54,9 @@ config BR2_PACKAGE_POCO_CPP_PARSER
 
 config BR2_PACKAGE_POCO_PDF
 	bool "pdf"
+	select BR2_PACKAGE_POCO_JSON
+	select BR2_PACKAGE_POCO_UTIL
+	select BR2_PACKAGE_POCO_XML
 
 config BR2_PACKAGE_POCO_REDIS
 	bool "redis"
-- 
2.25.0

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

* [Buildroot] [PATCH 1/1] package/poco: PDF needs XML, JSON and Util
  2020-02-29 10:17 [Buildroot] [PATCH 1/1] package/poco: PDF needs XML, JSON and Util Fabrice Fontaine
@ 2020-02-29 16:27 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-02-29 16:27 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2020-02-29 11:17 +0100, Fabrice Fontaine spake thusly:
> PDF needs XML, JSON and Util since version 1.9.0 and
> https://github.com/pocoproject/poco/commit/c5acb2ac27a81a429e146780769f965e8284cadc
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/294b604a0e37aafbe085f0e6f0d1a83ab110c3a4
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/poco/Config.in | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/poco/Config.in b/package/poco/Config.in
> index 7e1257146c..f8f921de04 100644
> --- a/package/poco/Config.in
> +++ b/package/poco/Config.in
> @@ -54,6 +54,9 @@ config BR2_PACKAGE_POCO_CPP_PARSER
>  
>  config BR2_PACKAGE_POCO_PDF
>  	bool "pdf"
> +	select BR2_PACKAGE_POCO_JSON
> +	select BR2_PACKAGE_POCO_UTIL
> +	select BR2_PACKAGE_POCO_XML
>  
>  config BR2_PACKAGE_POCO_REDIS
>  	bool "redis"
> -- 
> 2.25.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 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-02-29 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29 10:17 [Buildroot] [PATCH 1/1] package/poco: PDF needs XML, JSON and Util Fabrice Fontaine
2020-02-29 16:27 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.