From: Julien Olivain <ju.o@free.fr>
To: buildroot@buildroot.org
Cc: Julien Olivain <ju.o@free.fr>
Subject: [Buildroot] [next 2/2] package/poco: add the new Prometheus component
Date: Sun, 28 Aug 2022 10:40:33 +0200 [thread overview]
Message-ID: <20220828084033.13660-2-ju.o@free.fr> (raw)
In-Reply-To: <20220828084033.13660-1-ju.o@free.fr>
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>
---
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
next prev parent reply other threads:[~2022-08-28 8:41 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 ` Julien Olivain [this message]
2022-08-28 10:18 ` [Buildroot] [next 2/2] package/poco: add the new Prometheus component Yann E. MORIN
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=20220828084033.13660-2-ju.o@free.fr \
--to=ju.o@free.fr \
--cc=buildroot@buildroot.org \
/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.