All of lore.kernel.org
 help / color / mirror / Atom feed
* [dora][PATCH] vala: should not depend on gtk+
@ 2014-06-30 14:23 Stéphane Cerveau
  2014-06-30 22:00 ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Stéphane Cerveau @ 2014-06-30 14:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Stéphane Cerveau <scerveau@connected-labs.com>
---
 meta/recipes-devtools/vala/vala.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
index a8927d7..a9e5a57 100644
--- a/meta/recipes-devtools/vala/vala.inc
+++ b/meta/recipes-devtools/vala/vala.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
 Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
 SECTION = "devel"
-DEPENDS = "glib-2.0 dbus gtk+"
+DEPENDS = "glib-2.0 dbus"
 BBCLASSEXTEND = "native"
 DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
 HOMEPAGE = "http://vala-project.org"
-- 
1.7.9.5



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

* Re: [dora][PATCH] vala: should not depend on gtk+
  2014-06-30 14:23 [dora][PATCH] vala: should not depend on gtk+ Stéphane Cerveau
@ 2014-06-30 22:00 ` Richard Purdie
  2014-07-01  8:24   ` Stephane Cerveau
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2014-06-30 22:00 UTC (permalink / raw)
  To: Stéphane Cerveau; +Cc: openembedded-core

On Mon, 2014-06-30 at 16:23 +0200, Stéphane Cerveau wrote:
> Signed-off-by: Stéphane Cerveau <scerveau@connected-labs.com>
> ---
>  meta/recipes-devtools/vala/vala.inc |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
> index a8927d7..a9e5a57 100644
> --- a/meta/recipes-devtools/vala/vala.inc
> +++ b/meta/recipes-devtools/vala/vala.inc
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
>  Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
>  SECTION = "devel"
> -DEPENDS = "glib-2.0 dbus gtk+"
> +DEPENDS = "glib-2.0 dbus"
>  BBCLASSEXTEND = "native"
>  DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
>  HOMEPAGE = "http://vala-project.org"

Really we should probably backport:

http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=27c2cbbdb14d65caef1faafbfea063d6744f4e70

?

Cheers,

Richard



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

* Re: [dora][PATCH] vala: should not depend on gtk+
  2014-06-30 22:00 ` Richard Purdie
@ 2014-07-01  8:24   ` Stephane Cerveau
  0 siblings, 0 replies; 3+ messages in thread
From: Stephane Cerveau @ 2014-07-01  8:24 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Yes, it could be an idea.
On my side i tried with this patch but i could miss some dependency seen 
that my build was incremental. Could be better to merge the master patch.
Best regards.

Stéphane
On 07/01/2014 12:00 AM, Richard Purdie wrote:
> On Mon, 2014-06-30 at 16:23 +0200, Stéphane Cerveau wrote:
>> Signed-off-by: Stéphane Cerveau <scerveau@connected-labs.com>
>> ---
>>   meta/recipes-devtools/vala/vala.inc |    2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/vala/vala.inc b/meta/recipes-devtools/vala/vala.inc
>> index a8927d7..a9e5a57 100644
>> --- a/meta/recipes-devtools/vala/vala.inc
>> +++ b/meta/recipes-devtools/vala/vala.inc
>> @@ -1,7 +1,7 @@
>>   DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming. \
>>   Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
>>   SECTION = "devel"
>> -DEPENDS = "glib-2.0 dbus gtk+"
>> +DEPENDS = "glib-2.0 dbus"
>>   BBCLASSEXTEND = "native"
>>   DEPENDS_virtclass-native = "bison-native glib-2.0-native dbus-native"
>>   HOMEPAGE = "http://vala-project.org"
> Really we should probably backport:
>
> http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=27c2cbbdb14d65caef1faafbfea063d6744f4e70
>
> ?
>
> Cheers,
>
> Richard
>



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

end of thread, other threads:[~2014-07-01  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 14:23 [dora][PATCH] vala: should not depend on gtk+ Stéphane Cerveau
2014-06-30 22:00 ` Richard Purdie
2014-07-01  8:24   ` Stephane Cerveau

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.