From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH 1/4] host-abseil-cpp: new package
Date: Tue, 28 Oct 2025 15:38:38 +0100 [thread overview]
Message-ID: <20251028143921.512916-1-s.pueschel@pengutronix.de> (raw)
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/host-abseil-cpp.in | 6 ++++++
rules/host-abseil-cpp.make | 30 ++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 rules/host-abseil-cpp.in
create mode 100644 rules/host-abseil-cpp.make
diff --git a/rules/host-abseil-cpp.in b/rules/host-abseil-cpp.in
new file mode 100644
index 000000000..df9010381
--- /dev/null
+++ b/rules/host-abseil-cpp.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+
+config HOST_ABSEIL_CPP
+ tristate
+ select HOST_CMAKE
+ default y if ALLYES
diff --git a/rules/host-abseil-cpp.make b/rules/host-abseil-cpp.make
new file mode 100644
index 000000000..4bb70bc4a
--- /dev/null
+++ b/rules/host-abseil-cpp.make
@@ -0,0 +1,30 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2025 by Sven Püschel <s.pueschel@pengutronix.de>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_ABSEIL_CPP) += host-abseil-cpp
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_ABSEIL_CPP_CONF_TOOL := cmake
+HOST_ABSEIL_CPP_CONF_OPT = \
+ $(HOST_CMAKE_OPT) \
+ -G Ninja \
+ -DABSL_BUILD_MONOLITHIC_SHARED_LIBS=OFF \
+ -DABSL_BUILD_TESTING=OFF \
+ -DABSL_BUILD_TEST_HELPERS=OFF \
+ -DABSL_ENABLE_INSTALL=ON \
+ -DABSL_PROPAGATE_CXX_STD=OFF \
+ -DABSL_USE_SYSTEM_INCLUDES=OFF \
+ -DBUILD_TESTING=OFF
+
+# vim: syntax=make
--
2.47.3
next reply other threads:[~2025-10-28 14:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-28 14:38 Sven Püschel [this message]
2025-10-28 14:38 ` [ptxdist] [PATCH 2/4] protobuf: version bump 3.7.1 -> 33.0 Sven Püschel
2025-10-28 14:38 ` [ptxdist] [PATCH 3/4] protobuf-c: version bump 1.4.1 -> 1.5.2 Sven Püschel
2025-10-28 14:38 ` [ptxdist] [PATCH 4/4] nanopb: version bump 0.4.8 -> 0.4.9.1 Sven Püschel
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=20251028143921.512916-1-s.pueschel@pengutronix.de \
--to=s.pueschel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox