summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2019-02-08 10:12:17 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-13 08:56:45 +0100
commit2477c6fc11f4cc13082edaf5fbe153015e06190b (patch)
tree67d7c8d8d9a7da768f0ce5653a33903650216f33
parente2ccd378f6fc5d2696a74fcf86d5cad34604a362 (diff)
downloadptxdist-2477c6fc11f4cc13082edaf5fbe153015e06190b.tar.gz
ptxdist-2477c6fc11f4cc13082edaf5fbe153015e06190b.tar.xz
host-libpopt: new package
Signed-off-by: Bastian Krause <bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libpopt.in5
-rw-r--r--rules/host-libpopt.make30
2 files changed, 35 insertions, 0 deletions
diff --git a/rules/host-libpopt.in b/rules/host-libpopt.in
new file mode 100644
index 000000000..f28ffb9e1
--- /dev/null
+++ b/rules/host-libpopt.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBPOPT
+ tristate
+ default y if ALLYES
diff --git a/rules/host-libpopt.make b/rules/host-libpopt.make
new file mode 100644
index 000000000..49ee1d144
--- /dev/null
+++ b/rules/host-libpopt.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_LIBPOPT) += host-libpopt
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBPOPT_CONF_TOOL := autoconf
+HOST_LIBPOPT_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-build-gcov \
+ --disable-nls \
+ --disable-rpath
+
+# vim: syntax=make