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:35 +0000 |
commit | c96768b240de55050c54752fda3df2e4b6290ce2 (patch) | |
tree | d48d053dcfd57c3ecf762fa1196927d339b17820 | |
parent | 4eca6f43d0380c69a9c0a292b31a5c3fa779dd26 (diff) | |
download | poky-c96768b240de55050c54752fda3df2e4b6290ce2.tar.gz |
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.
(From OE-Core rev: 3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
194 | 194 | ||
195 | RDEPENDS_udev += "udev-utils" | 195 | RDEPENDS_udev += "udev-utils" |
196 | RPROVIDES_udev = "hotplug" | 196 | RPROVIDES_udev = "hotplug" |
197 | RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids" | ||
197 | 198 | ||
198 | FILES_udev += "${base_sbindir}/udevd \ | 199 | FILES_udev += "${base_sbindir}/udevd \ |
199 | ${base_libdir}/systemd/systemd-udevd \ | 200 | ${base_libdir}/systemd/systemd-udevd \ |