package/poco: add the new Prometheus component

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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Julien Olivain 2022-08-28 10:40:33 +02:00 committed by Yann E. MORIN
parent 5ac054b45e
commit 7cb17577d4
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -37,6 +37,7 @@ POCO_OMIT = \
$(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) \