Signed-off-by: Bernhard Walle <bernh...@bwalle.de>
---
 rules/host-gettext-dummy.in   |    7 +++++++
 rules/host-gettext-dummy.make |   25 +++++++++++++++++++++++++
 2 Dateien geändert, 32 Zeilen hinzugefügt(+)
 create mode 100644 rules/host-gettext-dummy.in
 create mode 100644 rules/host-gettext-dummy.make

diff --git a/rules/host-gettext-dummy.in b/rules/host-gettext-dummy.in
new file mode 100644
index 0000000..0362791
--- /dev/null
+++ b/rules/host-gettext-dummy.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_GETTEXT_DUMMY
+       tristate
+       default ALLYES
+       help
+         This is a small do nothing replacement for the gettext monster
diff --git a/rules/host-gettext-dummy.make b/rules/host-gettext-dummy.make
new file mode 100644
index 0000000..00579ed
--- /dev/null
+++ b/rules/host-gettext-dummy.make
@@ -0,0 +1,25 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2012 by Bernhard Walle <bernh...@bwalle.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_GETTEXT_DUMMY) += host-gettext-dummy
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_GETTEXT_DUMMY_AUTOCONF := $(HOST_AUTOCONF)
+
+# vim: syntax=make
-- 
1.7.10.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to