All of lore.kernel.org
 help / color / mirror / Atom feed
* recent addition of libgxim depends issue
@ 2015-01-04 17:49 akuster808
  2015-01-07  0:41 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: akuster808 @ 2015-01-04 17:49 UTC (permalink / raw)
  To: openembedded-devel

Hello,

While building world I found and issue with libgxim.

libgxim depends on ruby-native. meta-ruby is not a layer depends for 
meta-oe.

Can meta-oe have layer depends other then 'core' ? if so, this is an 
easy fix.

regards,
Armin


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: recent addition of libgxim depends issue
  2015-01-04 17:49 recent addition of libgxim depends issue akuster808
@ 2015-01-07  0:41 ` Khem Raj
  2015-01-07  9:27   ` Paul Eggleton
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2015-01-07  0:41 UTC (permalink / raw)
  To: openembedded-devel


> On Jan 4, 2015, at 9:49 AM, akuster808 <akuster808@gmail.com> wrote:
> 
> Hello,
> 
> While building world I found and issue with libgxim.
> 
> libgxim depends on ruby-native. meta-ruby is not a layer depends for meta-oe.
> 
> Can meta-oe have layer depends other then 'core' ? if so, this is an easy fix.

I would not like to have such a dependency. May be move this recipe to meta-ruby

> 
> regards,
> Armin
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: recent addition of libgxim depends issue
  2015-01-07  0:41 ` Khem Raj
@ 2015-01-07  9:27   ` Paul Eggleton
  2015-01-07 17:00     ` Khem Raj
  2015-01-23 23:37     ` akuster808
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Eggleton @ 2015-01-07  9:27 UTC (permalink / raw)
  To: Armin Kuster, openembedded-devel, Bian Naimeng

On Tuesday 06 January 2015 16:41:52 Khem Raj wrote:
> > On Jan 4, 2015, at 9:49 AM, akuster808 <akuster808@gmail.com> wrote:
> > While building world I found and issue with libgxim.
> > 
> > libgxim depends on ruby-native. meta-ruby is not a layer depends for
> > meta-oe.
> > 
> > Can meta-oe have layer depends other then 'core' ? if so, this is an easy
> > fix.
>
> I would not like to have such a dependency. May be move this recipe to
> meta-ruby

If it's not specifically a ruby-related piece of software (which it doesn't 
seem to be, at a glance) then that wouldn't seem right. Can the ruby 
dependency be disabled by default using PACKAGECONFIG perhaps?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: recent addition of libgxim depends issue
  2015-01-07  9:27   ` Paul Eggleton
@ 2015-01-07 17:00     ` Khem Raj
  2015-01-08  6:16       ` Bian, Naimeng
  2015-01-23 23:37     ` akuster808
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2015-01-07 17:00 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembeded-devel

On Wed, Jan 7, 2015 at 1:27 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> If it's not specifically a ruby-related piece of software (which it doesn't
> seem to be, at a glance) then that wouldn't seem right. Can the ruby
> dependency be disabled by default using PACKAGECONFIG perhaps?

thats another option yes


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: recent addition of libgxim depends issue
  2015-01-07 17:00     ` Khem Raj
@ 2015-01-08  6:16       ` Bian, Naimeng
  0 siblings, 0 replies; 6+ messages in thread
From: Bian, Naimeng @ 2015-01-08  6:16 UTC (permalink / raw)
  To: Khem Raj, Paul Eggleton; +Cc: openembeded-devel



> -----Original Message-----
> From: Khem Raj [mailto:raj.khem@gmail.com]
> Sent: Thursday, January 08, 2015 1:01 AM
> To: Paul Eggleton
> Cc: Armin Kuster; openembeded-devel; Bian, Naimeng/卞 乃猛
> Subject: Re: [oe] recent addition of libgxim depends issue
> 
> On Wed, Jan 7, 2015 at 1:27 AM, Paul Eggleton <paul.eggleton@linux.intel.com>
> wrote:
> > If it's not specifically a ruby-related piece of software (which it
> > doesn't seem to be, at a glance) then that wouldn't seem right. Can
> > the ruby dependency be disabled by default using PACKAGECONFIG perhaps?
> 
> thats another option yes

ruby-native not runtime-ruby is required by libgxim. 
There's a ruby script named mkacc.rb used to generate source file.
I think it's not a feature which can be disabled/enabled easily by using PACKAGECONFIG.

But as Paul said, it's not a ruby-related software, moving it to
meta-ruby does not make sense.

Is it impossible to move the ruby to meta-oe/recipes-devtools or oe-core/recipes-devtools
same python and perl.

Thanks
 Bian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: recent addition of libgxim depends issue
  2015-01-07  9:27   ` Paul Eggleton
  2015-01-07 17:00     ` Khem Raj
@ 2015-01-23 23:37     ` akuster808
  1 sibling, 0 replies; 6+ messages in thread
From: akuster808 @ 2015-01-23 23:37 UTC (permalink / raw)
  To: Paul Eggleton, openembedded-devel, Bian Naimeng



On 01/07/2015 01:27 AM, Paul Eggleton wrote:
> On Tuesday 06 January 2015 16:41:52 Khem Raj wrote:
>>> On Jan 4, 2015, at 9:49 AM, akuster808 <akuster808@gmail.com> wrote:
>>> While building world I found and issue with libgxim.
>>>
>>> libgxim depends on ruby-native. meta-ruby is not a layer depends for
>>> meta-oe.
>>>
>>> Can meta-oe have layer depends other then 'core' ? if so, this is an easy
>>> fix.
>>
>> I would not like to have such a dependency. May be move this recipe to
>> meta-ruby
>
> If it's not specifically a ruby-related piece of software (which it doesn't
> seem to be, at a glance) then that wouldn't seem right. Can the ruby
> dependency be disabled by default using PACKAGECONFIG perhaps?

I did not see any configure option. The issue is
"libgxim/mkacc.rb", it is used in the build process.

- Armin

> Cheers,
> Paul
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-23 23:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-04 17:49 recent addition of libgxim depends issue akuster808
2015-01-07  0:41 ` Khem Raj
2015-01-07  9:27   ` Paul Eggleton
2015-01-07 17:00     ` Khem Raj
2015-01-08  6:16       ` Bian, Naimeng
2015-01-23 23:37     ` akuster808

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.