summaryrefslogtreecommitdiffstats
path: root/rules/libblkid.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 15:26:05 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commitb9de6f83c3e0fa65d00749ad2f122a00d977e01a (patch)
tree3d1ce983bb05957b28e7c7229fc74039a6224ee1 /rules/libblkid.in
parent2c33b4c41aac1441a068883942289123b3178b70 (diff)
downloadptxdist-b9de6f83c3e0fa65d00749ad2f122a00d977e01a.tar.gz
ptxdist-b9de6f83c3e0fa65d00749ad2f122a00d977e01a.tar.xz
[libblkid] Added virtual package
Currently E2FSPROGS is selected for those target packages, which need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual package 'libblkid', which selects the appropriate source package. Later this can easily changed to a real package or redirected to some other package. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> Acked-by: Marc Kleine-Budde <mkl@penguttronix.de>
Diffstat (limited to 'rules/libblkid.in')
-rw-r--r--rules/libblkid.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/libblkid.in b/rules/libblkid.in
new file mode 100644
index 000000000..7bf8615ad
--- /dev/null
+++ b/rules/libblkid.in
@@ -0,0 +1,14 @@
+## SECTION=system_libraries
+
+config LIBBLKID
+ tristate
+ select LIBUUID
+ select E2FSPROGS
+ select E2FSPROGS_LIBBLKID
+ help
+ Helper to select the target packet containing a recent libblkid.so
+ library and its header.
+
+ The following packages provide libblkid:
+ - e2fsprogs (older version)
+ - utils-linux-ng (more recent version)