summaryrefslogtreecommitdiffstats
path: root/rules/host-libblkid.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-20 10:21:15 +0100
committerCarsten Schlote <c.schlote@konzeptpark.de>2010-02-08 11:30:32 +0100
commit244a7472d1f2d62bd9bee89b8b1aeabd87a71a19 (patch)
tree8b934ab914e6593ce21bc497e20bfc0170f7d12b /rules/host-libblkid.in
parent7d979d37273da5d118f2df3bc54341dfbac24757 (diff)
downloadptxdist-244a7472d1f2d62bd9bee89b8b1aeabd87a71a19.tar.gz
ptxdist-244a7472d1f2d62bd9bee89b8b1aeabd87a71a19.tar.xz
[host-libblkid] 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-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@pengutronix.de>
Diffstat (limited to 'rules/host-libblkid.in')
-rw-r--r--rules/host-libblkid.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/host-libblkid.in b/rules/host-libblkid.in
new file mode 100644
index 000000000..62c463bba
--- /dev/null
+++ b/rules/host-libblkid.in
@@ -0,0 +1,12 @@
+## SECTION=hosttools_noprompt
+
+config HOST_LIBBLKID
+ tristate
+ select HOST_E2FSPROGS
+ help
+ Helper to select the host packet containing a recent libblkid.so
+ library and its header.
+
+ The following packages provide libblkid:
+ - e2fsprogs (older version)
+ - utils-linux-ng (more recent version)