summaryrefslogtreecommitdiffstats
path: root/rules/libuuid.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 15:25:03 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commit2c33b4c41aac1441a068883942289123b3178b70 (patch)
treec89b718582927cb8981d55ddfcefff0133e42d1b /rules/libuuid.in
parente6cbd90bbf283d4666a990d2defceca7870f4907 (diff)
downloadptxdist-2c33b4c41aac1441a068883942289123b3178b70.tar.gz
ptxdist-2c33b4c41aac1441a068883942289123b3178b70.tar.xz
[libuuid] 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 'libuuid', 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/libuuid.in')
-rw-r--r--rules/libuuid.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/libuuid.in b/rules/libuuid.in
new file mode 100644
index 000000000..07e66c6f3
--- /dev/null
+++ b/rules/libuuid.in
@@ -0,0 +1,13 @@
+## SECTION=system_libraries
+
+config LIBUUID
+ tristate
+ select E2FSPROGS
+ select E2FSPROGS_LIBUUID
+ help
+ Helper to select the target packet containing a recent libuuid.so
+ library and its header.
+
+ The following packages provide libuuid:
+ - e2fsprogs (older version)
+ - utils-linux-ng (more recent version)