summaryrefslogtreecommitdiffstats
path: root/rules/libblkid.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 15:34:09 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commit2fd4615ade9b672f3d93d9d7256898af6d7d4ad1 (patch)
treee49407bb389b4ddf9b4d38df4424dc358c649b4a /rules/libblkid.in
parent6ac2968ec7487e167afcf57a5d7a38da5efa8874 (diff)
downloadptxdist-2fd4615ade9b672f3d93d9d7256898af6d7d4ad1.tar.gz
ptxdist-2fd4615ade9b672f3d93d9d7256898af6d7d4ad1.tar.xz
[ptxdist] (3/4) Switch to newer versions of libuuid and libblkid
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.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/libblkid.in')
-rw-r--r--rules/libblkid.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libblkid.in b/rules/libblkid.in
index 7bf8615ad..0e2106f17 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.