diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-04-30 14:30:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-08 15:40:52 +0100 |
commit | 860cd2f9ba5803824ab59bf9c0e84b83f7907dc1 (patch) | |
tree | 3122aed09e618a840de7ea315f315a40783edc48 /meta/recipes-core | |
parent | e20c3bf6ce0d8ab5653739dd02555186b78b8912 (diff) | |
download | openembedded-core-860cd2f9ba5803824ab59bf9c0e84b83f7907dc1.tar.gz openembedded-core-860cd2f9ba5803824ab59bf9c0e84b83f7907dc1.tar.bz2 openembedded-core-860cd2f9ba5803824ab59bf9c0e84b83f7907dc1.zip |
systemd: do not recommend udev-extraconf for udev
* adding this extra functionality is an image- or distro-decision
* at least automount-rule/script breaks other automount solutions causing
misleading kernel messages as 'VFS: could not find a valid V7 on sda'
same as already sent by Koen Kooi [1]
[1] http://patches.openembedded.org/patch/48139/
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_199.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 43463c56fb..08cb0c6acc 100644 --- a/meta/recipes-core/systemd/systemd_199.bb +++ b/meta/recipes-core/systemd/systemd_199.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ PROVIDES = "udev" PE = "1" -PR = "r3" +PR = "r4" DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" @@ -211,7 +211,7 @@ FILES_udev-dbg += "/lib/udev/.debug" RDEPENDS_udev += "udev-utils" RPROVIDES_udev = "hotplug" -RRECOMMENDS_udev += "udev-extraconf udev-hwdb" +RRECOMMENDS_udev += "udev-hwdb" FILES_udev += "${base_sbindir}/udevd \ ${rootlibexecdir}/systemd/systemd-udevd \ |