From: Carsten Schlote <c.schl...@konzeptpark.de>

util-linux-ng provides newer versions of libuuid
and libblkid then the e2fsprogs.

Signed-off-by: Carsten Schlote <c.schl...@konzeptpark.de>
---
 rules/host-util-linux-ng.in   |    8 +++++++
 rules/host-util-linux-ng.make |   42 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-util-linux-ng.in
 create mode 100644 rules/host-util-linux-ng.make

diff --git a/rules/host-util-linux-ng.in b/rules/host-util-linux-ng.in
new file mode 100644
index 0000000..b457267
--- /dev/null
+++ b/rules/host-util-linux-ng.in
@@ -0,0 +1,8 @@
+## SECTION=hosttools
+
+config HOST_UTIL_LINUX_NG
+       tristate
+       prompt "util-linux-ng (host libs)      "
+       select HOST_GETTEXT
+       help
+         Useful hosttools and libs for linux ng utils.
diff --git a/rules/host-util-linux-ng.make b/rules/host-util-linux-ng.make
new file mode 100644
index 0000000..448f3d2
--- /dev/null
+++ b/rules/host-util-linux-ng.make
@@ -0,0 +1,42 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by Carsten Schlote <c.schl...@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
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to