summaryrefslogtreecommitdiffstats
path: root/rules/host-dummy-install-info.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-dummy-install-info.make')
-rw-r--r--rules/host-dummy-install-info.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/host-dummy-install-info.make b/rules/host-dummy-install-info.make
new file mode 100644
index 000000000..ea19d8804
--- /dev/null
+++ b/rules/host-dummy-install-info.make
@@ -0,0 +1,26 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 by Michael Olbrich <m.olbrich@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_DUMMY_INSTALL_INFO) += host-dummy-install-info
+HOST_DUMMY_INSTALL_INFO_LICENSE := ignore
+
+# ----------------------------------------------------------------------------
+# Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-dummy-install-info.install:
+ @$(call targetinfo)
+ @ln -sfv /bin/true $(PTXDIST_SYSROOT_HOST)/bin/install-info
+ @$(call touch)
+
+# vim: syntax=make