That's the last missing ACK... so just this patch is posted.

Carsten
---
commit f9efe948aa65250746e35bb27de6138e3ea79397
Author: Carsten Schlote <c.schl...@konzeptpark.de>
Date:   Wed Jan 20 15:19:25 2010 +0100

    [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.schl...@konzeptpark.de>

diff --git a/rules/host-util-linux-ng.in b/rules/host-util-linux-ng.in
new file mode 100644
index 0000000..12f2d57
--- /dev/null
+++ b/rules/host-util-linux-ng.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_UTIL_LINUX_NG
+       tristate
+       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..166683c
--- /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

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to