summaryrefslogtreecommitdiffstats
path: root/rules/host-libuuid.make
diff options
context:
space:
mode:
authorCarsten Schlote <carsten.schlote@gmx.net>2010-01-20 19:32:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-02-09 15:09:06 +0100
commit6296f181b230945580f6a10cace3e5f470663bd1 (patch)
treec001480c6b9845d90dc124133bb49643e8d5340c /rules/host-libuuid.make
parent3142a6c12e36d307b6170744f66aee7fa58754fe (diff)
downloadptxdist-6296f181b230945580f6a10cace3e5f470663bd1.tar.gz
ptxdist-6296f181b230945580f6a10cace3e5f470663bd1.tar.xz
[virtual-packages] Fix for missing dependancy handling
Currently indirect kconfig depends can't be handled without a .make fragment. Added noop fake make targets until dgen is fixed. For target packages, we need also a targetinstall stage to be faked. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
Diffstat (limited to 'rules/host-libuuid.make')
-rw-r--r--rules/host-libuuid.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/host-libuuid.make b/rules/host-libuuid.make
new file mode 100644
index 000000000..8c836cfbf
--- /dev/null
+++ b/rules/host-libuuid.make
@@ -0,0 +1,37 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Carsten Schlote <c.schlote@konzeptpark.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_LIBUUID) += host-libuuid
+
+# ----------------------------------------------------------------------------
+# Virtual fake package
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-libuuid.get:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.extract:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.prepare:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.compile:
+ @$(call touch)
+
+$(STATEDIR)/host-libuuid.install:
+ @$(call targetinfo)
+ @$(call touch)
+
+
+# vim: syntax=make