From patchwork Wed Feb 13 18:12:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDS Date: Wed, 13 Feb 2013 18:12:42 -0000 From: Ross Burton X-Patchwork-Id: 44619 Message-Id: <1360779162-28824-1-git-send-email-ross.burton@intel.com> To: openembedded-core@lists.openembedded.org The standalone udev has these dependencies and extraconf is required to have working automount amongst other things. Signed-off-by: Ross Burton --- meta/recipes-core/systemd/systemd_197.bb | 1 + 1 file changed, 1 insertion(+) 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 \