From: Radu Moisan <radu.moisan@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v3] dbus: include dbus-launch in the main dbus package
Date: Thu, 26 Jul 2012 12:18:08 +0300 [thread overview]
Message-ID: <50110B50.3030900@intel.com> (raw)
In-Reply-To: <F0E3167B-ECF8-494D-83E8-0D31CC826E65@dominion.thruhere.net>
What's the point of PROVIDES += dbus-x11, it build fine without it (I'm
not questioning the correctness of this, just want to understand the
need for it).
Radu
On 07/26/2012 11:43 AM, Koen Kooi wrote:
> Op 26 jul. 2012, om 10:42 heeft Paul Eggleton <paul.eggleton@linux.intel.com> het volgende geschreven:
>
>> On Thursday 26 July 2012 10:08:49 Koen Kooi wrote:
>>> Op 26 jul. 2012, om 08:29 heeft Radu Moisan <radu.moisan@intel.com> het
>>>> volgende geschreven:
>>>> it does not build, it complains about nothing providing dbus-x11
>>>>
>>>> Radu
>>>>
>>>> On 07/26/2012 09:17 AM, Radu Moisan wrote:
>>>>> Followed suggestions from Bugz 2261:
>>>>>
>>>>> 1) remove the --with-x/--without-x configure arguments. If you want to
>>>>> force no-discovery for native builds the correct argument is
>>>>> --disable-x11-autolaunch. This ensures that DBus looks at the build
>>>>> environment to determine whether to enable X11 bus discovery or not.
>>>>>
>>>>> 2) make the virtual/libx11 DEPENDS conditional based on the x11 distro
>>>>> feature. This makes the build dependencies reflect the feature list.
>>>>>
>>>>> 3) remove dbus-x11, meaning that dbus-launch with its potential X11
>>>>> dependency is now back in dbus where is belongs.
>>>>>
>>>>> 4) Potentially make dbus provide dbus-x11, for compatibility.
>>>>>
>>>>> Fixes [Yocto #2261]
>>>>>
>>>>> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
>>>>> ---
>>>>>
>>>>> meta/recipes-core/dbus/dbus.inc | 11 ++++++-----
>>>>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>>>>
>>>>> diff --git a/meta/recipes-core/dbus/dbus.inc
>>>>> b/meta/recipes-core/dbus/dbus.inc index a75583d..9559f6f 100644
>>>>> --- a/meta/recipes-core/dbus/dbus.inc
>>>>> +++ b/meta/recipes-core/dbus/dbus.inc
>>>>> @@ -31,10 +31,10 @@ CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf
>>>>> ${sysconfdir}/dbus-1/session>>
>>>>> DEBIANNAME_${PN} = "dbus-1"
>>>>>
>>>>> -PACKAGES =+ "${PN}-lib ${PN}-systemd
>>>>> ${@base_contains('DISTRO_FEATURES', 'x11', '${PN}-x11', '', d)}">>
>>>>> +PACKAGES =+ "${PN}-lib ${PN}-systemd"
>>>>>
>>>>> -FILES_${PN}-x11 = "${bindir}/dbus-launch"
>>>>>
>>>>> -RDEPENDS_${PN}-x11 = "${PN}"
>>>>> +# for compatibility
>>> PROVIDES += "dbus-x11"
>>>
>>>>> +RREPLACES_${PN} += "dbus-x11"
>>> RPROVIDES_${PN} += "dbus-x11"
>> For the sake of clarity, you mean both of these, not RPROVIDES instead of
>> adding RREPLACES - right?
> Correct, you need both (or rather all 3 if you include PROVIDES).
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2012-07-26 9:28 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 6:17 [PATCH v3] dbus: include dbus-launch in the main dbus package Radu Moisan
2012-07-26 6:29 ` Radu Moisan
2012-07-26 8:08 ` Koen Kooi
2012-07-26 8:42 ` Paul Eggleton
2012-07-26 8:43 ` Koen Kooi
2012-07-26 9:18 ` Radu Moisan [this message]
2012-07-26 9:51 ` Koen Kooi
2012-07-26 10:23 ` Burton, Ross
2012-07-26 10:36 ` Radu Moisan
2012-07-26 10:31 ` Radu Moisan
2012-07-26 10:55 ` Radu Moisan
2012-07-26 11:27 ` Burton, Ross
2012-07-26 11:55 ` Koen Kooi
2012-07-26 12:00 ` Burton, Ross
2012-07-26 12:29 ` Koen Kooi
2012-07-26 12:32 ` Paul Eggleton
2012-07-26 12:38 ` Koen Kooi
2012-07-26 12:56 ` Paul Eggleton
2012-07-26 13:06 ` Radu Moisan
2012-07-26 13:07 ` Koen Kooi
2012-07-26 13:12 ` Paul Eggleton
2012-07-26 13:21 ` Koen Kooi
2012-07-26 12:36 ` Radu Moisan
2012-07-26 12:51 ` Koen Kooi
2012-07-26 12:59 ` Radu Moisan
2012-07-26 13:08 ` Enrico Scholz
2012-07-26 13:24 ` Radu Moisan
2012-07-26 14:32 ` Enrico Scholz
2012-07-26 21:14 ` Burton, Ross
2012-07-26 13:17 ` Enrico Scholz
2012-07-26 21:12 ` Burton, Ross
2012-07-27 6:10 ` Radu Moisan
2012-07-27 6:15 ` Radu Moisan
2012-07-27 10:02 ` Burton, Ross
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=50110B50.3030900@intel.com \
--to=radu.moisan@intel.com \
--cc=openembedded-core@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.