All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev
Date: Mon, 21 Mar 2016 15:50:53 +0100	[thread overview]
Message-ID: <20160321145053.GD2562@jama> (raw)
In-Reply-To: <1458568492-29611-2-git-send-email-alexander.kanavin@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1836 bytes --]

On Mon, Mar 21, 2016 at 03:54:52PM +0200, Alexander Kanavin wrote:
> Now we have an up to date standalone libudev (via eudev),
> so systemd is no longer required.
> 
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
>  meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
> index b3058e8..984dad5 100644
> --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
> +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
> @@ -6,13 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
>  
>  SECTION = "x11/gnome"
>  
> -# systemd is needed because it has a necessary version of libudev
> -# Effectively this means that systemd must be in DISTRO_FEATURES
> -DEPENDS = "systemd gtk+3 libnotify libcanberra"
> +DEPENDS = "udev gtk+3 libnotify libcanberra"
>  DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
>  
>  inherit gnomebase gtk-icon-cache distro_features_check gobject-introspection

So you can remove distro_features_check inherit as well, right?

> -REQUIRED_DISTRO_FEATURES = "systemd"
>  
>  SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
>  SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"
> -- 
> 2.7.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2016-03-21 14:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-21 13:54 [PATCH 1/2] gnome-bluetooth: inherit gobject-introspection class Alexander Kanavin
2016-03-21 13:54 ` [PATCH 2/2] gnome-bluetooth: replace systemd dependency with udev Alexander Kanavin
2016-03-21 14:50   ` Martin Jansa [this message]
2016-03-21 14:45     ` Alexander Kanavin
2016-03-21 20:43       ` Paul Eggleton
2016-03-21 20:54         ` Martin Jansa
2016-03-22 16:25         ` alexander.kanavin
2016-03-22 19:58           ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160321145053.GD2562@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.