diff options
author | Ross Burton <ross.burton@intel.com> | 2013-02-13 18:12:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-15 12:17:15 +0000 |
commit | 3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f (patch) | |
tree | 6b7e397612465efdb09bc19fe44ac680ea5c8ef9 | |
parent | d68e9660327db2dd4f2ae7bcea9925146b94eb77 (diff) | |
download | openembedded-core-3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f.tar.gz openembedded-core-3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f.tar.bz2 openembedded-core-3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f.zip |
systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDS
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>
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index d55206b4ba..0c3ebc49b2 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -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 \ |