[OE-core] [PATCH/v2 1/3] systemd: do not recommend udev-extraconf for udev

Andreas Müller schnitzeltony at googlemail.com
Tue Apr 30 20:29:05 UTC 2013


On Tue, Apr 30, 2013 at 2:30 PM, Andreas Müller
<schnitzeltony at googlemail.com> wrote:
> * 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 at googlemail.com>
> ---
>  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 43463c5..08cb0c6 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 \
> --
> 1.7.6.5
>

In case my family name causes trouble:

The following changes since commit e86538db13605953465aacc3f2fb7d719dad919e:

  neard: add systemd unit file (2013-04-29 15:31:39 +0100)

are available in the git repository at:
  git://gitorious.org/schnitzeltony-oe-meta/oe-core.git udev-extra-patches

Andreas Müller (3):
      systemd: do not recommend udev-extraconf for udev
      udev: do not recommend udev-extraconf
      core-image-sato: add udev-extraconf

 meta/recipes-core/systemd/systemd_199.bb    |    4 ++--
 meta/recipes-core/udev/udev.inc             |    2 +-
 meta/recipes-sato/images/core-image-sato.bb |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


Andreas




More information about the Openembedded-core mailing list