summaryrefslogtreecommitdiffstats
path: root/rules/host-libuuid.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 10:20:23 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commit7d979d37273da5d118f2df3bc54341dfbac24757 (patch)
treeef5f56120a957950d55e2aaca49822d02513bb78 /rules/host-libuuid.in
parent845b8b804bbbe44498efc9aa1b6917c1eae0520d (diff)
downloadptxdist-7d979d37273da5d118f2df3bc54341dfbac24757.tar.gz
ptxdist-7d979d37273da5d118f2df3bc54341dfbac24757.tar.xz
[host-libuuid] Added virtual package
Currently HOST_E2FSPROGS is selected for those host tools, who need libuuid.so or libblkid.so. The util-linux-ng package contains newer versions of these libraries. So I added a virtual host package 'host-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@pengutronix.de>
Diffstat (limited to 'rules/host-libuuid.in')
-rw-r--r--rules/host-libuuid.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/host-libuuid.in b/rules/host-libuuid.in
new file mode 100644
index 000000000..53731b0b0
--- /dev/null
+++ b/rules/host-libuuid.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBUUID
+ tristate
+ select HOST_E2FSPROGS
+ help
+ Helper to select the host packet containing a recent libuuid.so
+ library and its header.
+
+ The following packages provide libuuid:
+ - e2fsprogs (older version)
+ - utils-linux-ng (more recent version)