]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDS
authorRoss Burton <ross.burton@intel.com>
Wed, 13 Feb 2013 18:12:42 +0000 (18:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 12:17:15 +0000 (12:17 +0000)
The standalone udev has these dependencies and extraconf is required to have
working automount amongst other things.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/systemd/systemd_197.bb

index d55206b4ba1009879b4b4098bca74b59f6150a90..0c3ebc49b2f53bbb7091ac951183a866e56d8f61 100644 (file)
@@ -194,6 +194,7 @@ FILES_udev-dbg += "/lib/udev/.debug"
 
 RDEPENDS_udev += "udev-utils"
 RPROVIDES_udev = "hotplug"
+RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids"
 
 FILES_udev += "${base_sbindir}/udevd \
                ${base_libdir}/systemd/systemd-udevd \