summaryrefslogtreecommitdiffstats
path: root/rules/host-util-linux-ng.make
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 15:36:12 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commit6c05de19d878592c08e423d1719024fd5a892b91 (patch)
tree5f5b4f7770666761ae51dd11314cfa69c68c8e92 /rules/host-util-linux-ng.make
parentb9de6f83c3e0fa65d00749ad2f122a00d977e01a (diff)
downloadptxdist-6c05de19d878592c08e423d1719024fd5a892b91.tar.gz
ptxdist-6c05de19d878592c08e423d1719024fd5a892b91.tar.xz
[host-util-linux-ng] Added host build for newer libuuid and libblkid
util-linux-ng provides newer versions of libuuid and libblkid then the e2fsprogs. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-util-linux-ng.make')
-rw-r--r--rules/host-util-linux-ng.make42
1 files changed, 42 insertions, 0 deletions
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
new file mode 100644
index 000000000..166683cf9
--- /dev/null
+++ b/rules/host-util-linux-ng.make
@@ -0,0 +1,42 @@
+# -*-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_UTIL_LINUX_NG) += host-util-linux-ng
+
+#
+# Paths and names
+#
+HOST_UTIL_LINUX_NG_DIR = $(HOST_BUILDDIR)/$(UTIL_LINUX_NG)
+
+# ----------------------------------------------------------------------------
+# Get
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/host-util-linux-ng.get: $(STATEDIR)/util-linux-ng.get
+ @$(call targetinfo)
+ @$(call touch)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+
+HOST_UTIL_LINUX_NG_AUTOCONF := \
+ $(HOST_AUTOCONF) \
+ --disable-use-tty-group \
+ --disable-makeinstall-chown
+
+# vim: syntax=make