All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Julien Olivain <ju.o@free.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [next 2/2] package/poco: add the new Prometheus component
Date: Sun, 28 Aug 2022 12:18:17 +0200	[thread overview]
Message-ID: <20220828101817.GN37358@scaer> (raw)
In-Reply-To: <20220828084033.13660-2-ju.o@free.fr>

Julien, All,

On 2022-08-28 10:40 +0200, Julien Olivain spake thusly:
> The Poco Prometheus component was added in 1.12.0. See:
> https://github.com/pocoproject/poco/blob/poco-1.12.0-release/CHANGELOG#L6
> 
> For Prometheus information, see: https://prometheus.io/
> 
> Signed-off-by: Julien Olivain <ju.o@free.fr>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
> Tested with previous patch on BR commit 6c7061f with command:
>     cat > poco.config <<EOF
>     BR2_PACKAGE_POCO=y
>     BR2_PACKAGE_POCO_ACTIVERECORD=y
>     BR2_PACKAGE_POCO_CPP_PARSER=y
>     BR2_PACKAGE_POCO_DATA_MYSQL=y
>     BR2_PACKAGE_POCO_DATA_PGSQL=y
>     BR2_PACKAGE_POCO_DATA_SQLITE=y
>     BR2_PACKAGE_POCO_JWT=y
>     BR2_PACKAGE_POCO_MONGODB=y
>     BR2_PACKAGE_POCO_NETSSL_OPENSSL=y
>     BR2_PACKAGE_POCO_PDF=y
>     BR2_PACKAGE_POCO_PROMETHEUS=y
>     BR2_PACKAGE_POCO_REDIS=y
>     BR2_PACKAGE_POCO_ZIP=y
>     EOF
>     utils/test-pkg -a -p poco -c poco.config
>     ...
>     44 builds, 16 skipped, 0 build failed, 0 legal-info failed, 0 show-info failed
> ---
>  package/poco/Config.in | 4 ++++
>  package/poco/poco.mk   | 1 +
>  2 files changed, 5 insertions(+)
> 
> diff --git a/package/poco/Config.in b/package/poco/Config.in
> index cb447960f1..820e631966 100644
> --- a/package/poco/Config.in
> +++ b/package/poco/Config.in
> @@ -92,6 +92,10 @@ config BR2_PACKAGE_POCO_PDF
>  	select BR2_PACKAGE_POCO_UTIL
>  	select BR2_PACKAGE_POCO_XML
>  
> +config BR2_PACKAGE_POCO_PROMETHEUS
> +	bool "Prometheus"
> +	select BR2_PACKAGE_POCO_NET
> +
>  config BR2_PACKAGE_POCO_REDIS
>  	bool "Redis"
>  	select BR2_PACKAGE_POCO_NET
> diff --git a/package/poco/poco.mk b/package/poco/poco.mk
> index 3bcc42c455..e37effd690 100644
> --- a/package/poco/poco.mk
> +++ b/package/poco/poco.mk
> @@ -33,6 +33,7 @@ POCO_OMIT = Data/ODBC PageCompiler \
>  	$(if $(BR2_PACKAGE_POCO_NET),,Net) \
>  	$(if $(BR2_PACKAGE_POCO_NETSSL_OPENSSL),,NetSSL_OpenSSL) \
>  	$(if $(BR2_PACKAGE_POCO_PDF),,PDF) \
> +	$(if $(BR2_PACKAGE_POCO_PROMETHEUS),,Prometheus) \
>  	$(if $(BR2_PACKAGE_POCO_REDIS),,Redis) \
>  	$(if $(BR2_PACKAGE_POCO_UTIL),,Util) \
>  	$(if $(BR2_PACKAGE_POCO_XML),,XML) \
> -- 
> 2.37.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-08-28 10:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28  8:40 [Buildroot] [next 1/2] package/poco: bump version to 1.12.2 Julien Olivain
2022-08-28  8:40 ` [Buildroot] [next 2/2] package/poco: add the new Prometheus component Julien Olivain
2022-08-28 10:18   ` Yann E. MORIN [this message]
2022-08-28 10:18 ` [Buildroot] [next 1/2] package/poco: bump version to 1.12.2 Yann E. MORIN

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=20220828101817.GN37358@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    /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 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.