All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matt Flax <flatmax@flatmax.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] swig: Add Config.in.host
Date: Fri, 31 Aug 2018 10:37:57 +1000	[thread overview]
Message-ID: <20180831003757.19520-1-flatmax@flatmax.org> (raw)

This patch make select BR2_PACKAGE_HOST_SWIG work.

The patch adds the package/swig/Config.in.host file and adds this path
to the package/Config.in.host file.

Signed-off-by: Matt Flax <flatmax@flatmax.org>
---
 package/Config.in.host      | 1 +
 package/swig/Config.in.host | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 package/swig/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index 38543e7390..0bd30ab58b 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -55,6 +55,7 @@ menu "Host utilities"
 	source "package/sam-ba/Config.in.host"
 	source "package/squashfs/Config.in.host"
 	source "package/sunxi-tools/Config.in.host"
+	source "package/swig/Config.in.host"
 	source "package/tegrarcm/Config.in.host"
 	source "package/ti-cgt-pru/Config.in.host"
 	source "package/uboot-tools/Config.in.host"
diff --git a/package/swig/Config.in.host b/package/swig/Config.in.host
new file mode 100644
index 0000000000..f4cdfcd7b3
--- /dev/null
+++ b/package/swig/Config.in.host
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_HOST_SWIG
+	bool "host swig"
+	help
+	  swig is a software development tool that connects programs written in C and
+		C++ with a variety of high-level programming languages.
+
+	  http://www.swig.org/
-- 
2.17.1

             reply	other threads:[~2018-08-31  0:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31  0:37 Matt Flax [this message]
2018-08-31 21:31 ` [Buildroot] [PATCH 1/1] swig: Add Config.in.host Thomas Petazzoni

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=20180831003757.19520-1-flatmax@flatmax.org \
    --to=flatmax@flatmax.org \
    --cc=buildroot@busybox.net \
    /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.