diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-22 08:58:18 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2006-08-22 08:58:18 +0000 |
commit | 9534a5ea1e01133ed20093a8b3f24ddd071d9070 (patch) | |
tree | bb4a94c4f19c3d9bf58baa69d5443857233380fa /packages/udev/udev_097.bb | |
parent | a15a508dcbdb819b5d87d837956eed6d75003eb9 (diff) |
udev: add description for libvolume_id
Diffstat (limited to 'packages/udev/udev_097.bb')
-rw-r--r-- | packages/udev/udev_097.bb | 4 |
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" |