swig: add visible Config.in option for host variant
authorMatt Flax <flatmax@flatmax.org>
Fri, 31 Aug 2018 00:37:57 +0000 (10:37 +1000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 31 Aug 2018 21:29:25 +0000 (23:29 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/Config.in.host
package/swig/Config.in.host [new file with mode: 0644]

index a3f852b3fcaeba0c33d418483a463a0bea3b54f2..3a3578ceeb0163e78b4e979ff8a2bead8547652a 100644 (file)
@@ -57,6 +57,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 (file)
index 0000000..fd2049d
--- /dev/null
@@ -0,0 +1,8 @@
+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/