| Submitter | Ross Burton |
|---|---|
| Date | Feb. 13, 2013, 6:12 p.m. |
| Message ID | <1360779162-28824-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/44619/ |
| State | Accepted |
| Commit | 3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f |
| Headers | show |
Comments
Ross Burton <ross.burton-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> writes: > The standalone udev has these dependencies and extraconf is required > to have working automount amongst other things. The -ids stuff is solved in systemd-udev by the (non-working) /lib/udev/hwdb.d database, isn't it? IMO it would be better to fix the hwdb instead of adding other deps. > +RRECOMMENDS_udev += "udev-extraconf usbutils-ids pciutils-ids" Enrico
Patch
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index d55206b..0c3ebc4 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 \
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> --- meta/recipes-core/systemd/systemd_197.bb | 1 + 1 file changed, 1 insertion(+)