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

util-linux-ng provides newer versions of libblkid and libuuid
than the e2fsprogs sources do.

This patch modifies the virtual packages for the transition.

Signed-off-by: Carsten Schlote <c.schl...@konzeptpark.de>
Acked-by: Marc Kleine-Budde <m...@pengutronix.de>
---
 rules/libblkid.in |    4 ++--
 rules/libuuid.in  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules/libblkid.in b/rules/libblkid.in
index 7bf8615..0e2106f 100644
--- a/rules/libblkid.in
+++ b/rules/libblkid.in
@@ -3,8 +3,8 @@
 config LIBBLKID
        tristate
        select LIBUUID
-       select E2FSPROGS
-       select E2FSPROGS_LIBBLKID
+       select UTIL_LINUX_NG
+       select UTIL_LINUX_NG_LIBBLKID
        help
          Helper to select the target packet containing a recent libblkid.so
          library and its header.
diff --git a/rules/libuuid.in b/rules/libuuid.in
index 07e66c6..31bb8a2 100644
--- a/rules/libuuid.in
+++ b/rules/libuuid.in
@@ -2,8 +2,8 @@
 
 config LIBUUID
        tristate
-       select E2FSPROGS
-       select E2FSPROGS_LIBUUID
+       select UTIL_LINUX_NG
+       select UTIL_LINUX_NG_LIBUUID
        help
          Helper to select the target packet containing a recent libuuid.so
          library and its header.
-- 
1.6.5.6.gb3118


--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to