mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bastian Krause <bst@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: [ptxdist] [PATCH 2/5] host-json-c: new package
Date: Fri,  8 Feb 2019 10:12:16 +0100	[thread overview]
Message-ID: <20190208091219.1603-2-bst@pengutronix.de> (raw)
In-Reply-To: <20190208091219.1603-1-bst@pengutronix.de>

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 rules/host-json-c.in   |  7 +++++++
 rules/host-json-c.make | 30 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 rules/host-json-c.in
 create mode 100644 rules/host-json-c.make

diff --git a/rules/host-json-c.in b/rules/host-json-c.in
new file mode 100644
index 000000000..498de5d77
--- /dev/null
+++ b/rules/host-json-c.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_JSON_C
+	tristate
+	default y if ALLYES
+	help
+	  json bindings in C
diff --git a/rules/host-json-c.make b/rules/host-json-c.make
new file mode 100644
index 000000000..b88b9e444
--- /dev/null
+++ b/rules/host-json-c.make
@@ -0,0 +1,30 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2019 by Bastian Krause <bst@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_JSON_C) += host-json-c
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_JSON_C_CONF_TOOL	:= autoconf
+HOST_JSON_C_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	--disable-threading \
+	--disable-rdrand \
+	--disable-static
+
+# vim: syntax=make
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2019-02-08  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08  9:12 [ptxdist] [PATCH 1/5] cryptsetup: version bump 2.0.3 -> 2.0.6 Bastian Krause
2019-02-08  9:12 ` Bastian Krause [this message]
2019-02-08  9:12 ` [ptxdist] [PATCH 3/5] host-libpopt: new package Bastian Krause
2019-02-08  9:12 ` [ptxdist] [PATCH 4/5] host-lvm2: " Bastian Krause
2019-02-08  9:12 ` [ptxdist] [PATCH 5/5] host-cryptsetup: " Bastian Krause

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=20190208091219.1603-2-bst@pengutronix.de \
    --to=bst@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