aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udev
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-08-22 08:58:18 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-08-22 08:58:18 +0000
commit9534a5ea1e01133ed20093a8b3f24ddd071d9070 (patch)
treebb4a94c4f19c3d9bf58baa69d5443857233380fa /packages/udev
parenta15a508dcbdb819b5d87d837956eed6d75003eb9 (diff)
downloadopenembedded-9534a5ea1e01133ed20093a8b3f24ddd071d9070.tar.gz
udev: add description for libvolume_id
Diffstat (limited to 'packages/udev')
-rw-r--r--packages/udev/udev_097.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/udev/udev_097.bb b/packages/udev/udev_097.bb
index d2bb043c50..2e9e8d500f 100644
--- a/packages/udev/udev_097.bb
+++ b/packages/udev/udev_097.bb
@@ -3,6 +3,10 @@ DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
/dev/, handles hotplug events and loads drivers at boot time. It replaces \
the hotplug package and requires a kernel not older than 2.6.15."
+DESCRIPTION_libvolume-id = "libvolume_id shared library, \
+used to detect the type of a file system and read its metadata."
+DESCRIPTION_libvolume-id-dev = "libvolume_id development headers, \
+needed to link programs with libvolume_id."
PR = "r0"