[oe-commits] Ross Burton : systemd: add udev-extraconf and USB/PCI IDs to RRECOMMENDS

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 15:31:22 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3d72ba9d25a02cac2c0a63ab32c5483be5c6ea3f

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Feb 13 18:12:42 2013 +0000

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 at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 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 \





More information about the Openembedded-commits mailing list