* [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
@ 2013-04-29 12:57 Phil Blundell
2013-05-07 15:13 ` Gary Thomas
0 siblings, 1 reply; 6+ messages in thread
From: Phil Blundell @ 2013-04-29 12:57 UTC (permalink / raw)
To: openembedded-core
Nothing in this package uses xkbcomp so depending on it here is not appropriate.
Whatever package(s) is/are invoking that binary should be the ones to depend
on it.
Signed-off-by: Phil Blundell <philb@gnu.org>
---
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
index ccb9f74..cf4da28 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
@@ -23,7 +23,6 @@ PR = "r0"
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
-RDEPENDS_${PN} += "xkbcomp"
FILES_${PN} += "${datadir}/X11/xkb"
inherit autotools pkgconfig
--
1.7.10.4
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
2013-04-29 12:57 [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} Phil Blundell
@ 2013-05-07 15:13 ` Gary Thomas
2013-05-07 15:23 ` Burton, Ross
0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2013-05-07 15:13 UTC (permalink / raw)
To: openembedded-core
On 2013-04-29 06:57, Phil Blundell wrote:
> Nothing in this package uses xkbcomp so depending on it here is not appropriate.
> Whatever package(s) is/are invoking that binary should be the ones to depend
> on it.
>
> Signed-off-by: Phil Blundell <philb@gnu.org>
> ---
> meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
> index ccb9f74..cf4da28 100644
> --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
> +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb
> @@ -23,7 +23,6 @@ PR = "r0"
>
> EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
>
> -RDEPENDS_${PN} += "xkbcomp"
> FILES_${PN} += "${datadir}/X11/xkb"
>
> inherit autotools pkgconfig
>
It looks like the package(s) you're referring to are the X server.
Too bad you didn't provide those patches as well as images which
use X are currently broken (at least mine are)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
2013-05-07 15:13 ` Gary Thomas
@ 2013-05-07 15:23 ` Burton, Ross
2013-05-07 15:43 ` Gary Thomas
0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2013-05-07 15:23 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-core
On 7 May 2013 16:13, Gary Thomas <gary@mlbassoc.com> wrote:
> It looks like the package(s) you're referring to are the X server.
> Too bad you didn't provide those patches as well as images which
> use X are currently broken (at least mine are)
Yeah, I noticed that when browsing mail over breakfast but dropped the
ball in actually saying on the list. Add a dependency to it in
xserver-xorg.
Ross
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
2013-05-07 15:23 ` Burton, Ross
@ 2013-05-07 15:43 ` Gary Thomas
2013-05-07 15:47 ` Stanacar, StefanX
0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2013-05-07 15:43 UTC (permalink / raw)
To: Burton, Ross; +Cc: openembedded-core
On 2013-05-07 09:23, Burton, Ross wrote:
> On 7 May 2013 16:13, Gary Thomas <gary@mlbassoc.com> wrote:
>> It looks like the package(s) you're referring to are the X server.
>> Too bad you didn't provide those patches as well as images which
>> use X are currently broken (at least mine are)
>
> Yeah, I noticed that when browsing mail over breakfast but dropped the
> ball in actually saying on the list. Add a dependency to it in
> xserver-xorg.
I'll put something together shortly.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
2013-05-07 15:43 ` Gary Thomas
@ 2013-05-07 15:47 ` Stanacar, StefanX
2013-05-07 15:56 ` Gary Thomas
0 siblings, 1 reply; 6+ messages in thread
From: Stanacar, StefanX @ 2013-05-07 15:47 UTC (permalink / raw)
To: Gary Thomas; +Cc: openembedded-core@lists.openembedded.org
On Tue, 2013-05-07 at 09:43 -0600, Gary Thomas wrote:
> On 2013-05-07 09:23, Burton, Ross wrote:
> > On 7 May 2013 16:13, Gary Thomas <gary@mlbassoc.com> wrote:
> >> It looks like the package(s) you're referring to are the X server.
> >> Too bad you didn't provide those patches as well as images which
> >> use X are currently broken (at least mine are)
> >
> > Yeah, I noticed that when browsing mail over breakfast but dropped the
> > ball in actually saying on the list. Add a dependency to it in
> > xserver-xorg.
>
> I'll put something together shortly.
>
I didn't noticed your reply until now, I just sent a patch... :)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}
2013-05-07 15:47 ` Stanacar, StefanX
@ 2013-05-07 15:56 ` Gary Thomas
0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2013-05-07 15:56 UTC (permalink / raw)
To: Stanacar, StefanX; +Cc: openembedded-core@lists.openembedded.org
On 2013-05-07 09:47, Stanacar, StefanX wrote:
>
>
> On Tue, 2013-05-07 at 09:43 -0600, Gary Thomas wrote:
>> On 2013-05-07 09:23, Burton, Ross wrote:
>>> On 7 May 2013 16:13, Gary Thomas <gary@mlbassoc.com> wrote:
>>>> It looks like the package(s) you're referring to are the X server.
>>>> Too bad you didn't provide those patches as well as images which
>>>> use X are currently broken (at least mine are)
>>>
>>> Yeah, I noticed that when browsing mail over breakfast but dropped the
>>> ball in actually saying on the list. Add a dependency to it in
>>> xserver-xorg.
>>
>> I'll put something together shortly.
>>
>
> I didn't noticed your reply until now, I just sent a patch... :)
>
Thanks, it looks good to me.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-07 16:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 12:57 [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN} Phil Blundell
2013-05-07 15:13 ` Gary Thomas
2013-05-07 15:23 ` Burton, Ross
2013-05-07 15:43 ` Gary Thomas
2013-05-07 15:47 ` Stanacar, StefanX
2013-05-07 15:56 ` Gary Thomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox