summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-02-13 18:12:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-15 12:17:35 +0000
commitc96768b240de55050c54752fda3df2e4b6290ce2 (patch)
treed48d053dcfd57c3ecf762fa1196927d339b17820 /meta
parent4eca6f43d0380c69a9c0a292b31a5c3fa779dd26 (diff)
downloadpoky-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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb1
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
195RDEPENDS_udev += "udev-utils" 195RDEPENDS_udev += "udev-utils"
196RPROVIDES_udev = "hotplug" 196RPROVIDES_udev = "hotplug"
197RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids"
197 198
198FILES_udev += "${base_sbindir}/udevd \ 199FILES_udev += "${base_sbindir}/udevd \
199 ${base_libdir}/systemd/systemd-udevd \ 200 ${base_libdir}/systemd/systemd-udevd \