All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection
       [not found] <il56eoMAN_POSIXLY_CORRECT=1@dough.gmane.org>
@ 2011-03-08 12:54 ` Steffen Sledz
  2011-03-08 14:08   ` Tom Rini
  2011-03-08 14:34   ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Steffen Sledz @ 2011-03-08 12:54 UTC (permalink / raw)
  To: openembedded-devel

Introspection uses host tools within compile stage. Missing tools or
tools of wrong version result in errors like

|   GEN    GUPnP-1.0.gir
| Couldn't find include 'Soup-2.4.gir' (search path: ...)

or

|   GEN    GUPnP-1.0.gir
| /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2)

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/upnp/gupnp-av_0.5.9.bb |    3 +++
 recipes/upnp/gupnp_0.13.4.bb   |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb
index 0370e91..f3e1d50 100644
--- a/recipes/upnp/gupnp-av_0.5.9.bb
+++ b/recipes/upnp/gupnp-av_0.5.9.bb
@@ -2,8 +2,11 @@ LICENSE = "LGPL"
 DEPENDS = "gupnp"
 
 require gupnp.inc
+PR = "r1"
 
 SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78"
 SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd"
 
 inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-introspection=no"
diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
index 07266a1..54c62ea 100644
--- a/recipes/upnp/gupnp_0.13.4.bb
+++ b/recipes/upnp/gupnp_0.13.4.bb
@@ -2,13 +2,14 @@ LICENSE = "LGPL"
 DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
 
 require gupnp.inc
+PR = "r1"
 
 SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
 SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--disable-gtk-doc"
+EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"
 
 do_configure() {
 	libtoolize --force
-- 
1.7.1




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

* Re: [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection
  2011-03-08 12:54 ` [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection Steffen Sledz
@ 2011-03-08 14:08   ` Tom Rini
  2011-03-08 14:34   ` Koen Kooi
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2011-03-08 14:08 UTC (permalink / raw)
  To: openembedded-devel

On 03/08/2011 05:54 AM, Steffen Sledz wrote:
> Introspection uses host tools within compile stage. Missing tools or
> tools of wrong version result in errors like
>
> |   GEN    GUPnP-1.0.gir
> | Couldn't find include 'Soup-2.4.gir' (search path: ...)
>
> or
>
> |   GEN    GUPnP-1.0.gir
> | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2)
>
> Signed-off-by: Steffen Sledz<sledz@dresearch.de>

Acked-by: Tom Rini <tom_rini@mentor.com>

> ---
>   recipes/upnp/gupnp-av_0.5.9.bb |    3 +++
>   recipes/upnp/gupnp_0.13.4.bb   |    3 ++-
>   2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb
> index 0370e91..f3e1d50 100644
> --- a/recipes/upnp/gupnp-av_0.5.9.bb
> +++ b/recipes/upnp/gupnp-av_0.5.9.bb
> @@ -2,8 +2,11 @@ LICENSE = "LGPL"
>   DEPENDS = "gupnp"
>
>   require gupnp.inc
> +PR = "r1"
>
>   SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78"
>   SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd"
>
>   inherit autotools pkgconfig
> +
> +EXTRA_OECONF = "--enable-introspection=no"
> diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
> index 07266a1..54c62ea 100644
> --- a/recipes/upnp/gupnp_0.13.4.bb
> +++ b/recipes/upnp/gupnp_0.13.4.bb
> @@ -2,13 +2,14 @@ LICENSE = "LGPL"
>   DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
>
>   require gupnp.inc
> +PR = "r1"
>
>   SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
>   SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
>
>   inherit autotools pkgconfig
>
> -EXTRA_OECONF = "--disable-gtk-doc"
> +EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"
>
>   do_configure() {
>   	libtoolize --force


-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection
  2011-03-08 12:54 ` [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection Steffen Sledz
  2011-03-08 14:08   ` Tom Rini
@ 2011-03-08 14:34   ` Koen Kooi
  2011-03-08 15:37     ` Steffen Sledz
  1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-03-08 14:34 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 08-03-11 13:54, Steffen Sledz wrote:
> Introspection uses host tools within compile stage. Missing tools or
> tools of wrong version result in errors like
> 
> |   GEN    GUPnP-1.0.gir
> | Couldn't find include 'Soup-2.4.gir' (search path: ...)
> 
> or
> 
> |   GEN    GUPnP-1.0.gir
> | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2)
> 
> Signed-off-by: Steffen Sledz <sledz@dresearch.de>

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

> ---
>  recipes/upnp/gupnp-av_0.5.9.bb |    3 +++
>  recipes/upnp/gupnp_0.13.4.bb   |    3 ++-
>  2 files changed, 5 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/upnp/gupnp-av_0.5.9.bb b/recipes/upnp/gupnp-av_0.5.9.bb
> index 0370e91..f3e1d50 100644
> --- a/recipes/upnp/gupnp-av_0.5.9.bb
> +++ b/recipes/upnp/gupnp-av_0.5.9.bb
> @@ -2,8 +2,11 @@ LICENSE = "LGPL"
>  DEPENDS = "gupnp"
>  
>  require gupnp.inc
> +PR = "r1"
>  
>  SRC_URI[md5sum] = "5940df3c1152894685c3fc38ee95fd78"
>  SRC_URI[sha256sum] = "a909129997f79dcb6d35221ce205854d64c47a7390843e420cfba753485087bd"
>  
>  inherit autotools pkgconfig
> +
> +EXTRA_OECONF = "--enable-introspection=no"
> diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
> index 07266a1..54c62ea 100644
> --- a/recipes/upnp/gupnp_0.13.4.bb
> +++ b/recipes/upnp/gupnp_0.13.4.bb
> @@ -2,13 +2,14 @@ LICENSE = "LGPL"
>  DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
>  
>  require gupnp.inc
> +PR = "r1"
>  
>  SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
>  SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
>  
>  inherit autotools pkgconfig
>  
> -EXTRA_OECONF = "--disable-gtk-doc"
> +EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"
>  
>  do_configure() {
>  	libtoolize --force

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNdj6KMkyGM64RGpERAr0yAJ9h1jGsGXsPvrVpxl4nU3QBBisCQgCdGJYz
bQmbubPaE1llFQXEY74wkMk=
=WDeX
-----END PGP SIGNATURE-----




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

* Re: [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection
  2011-03-08 14:34   ` Koen Kooi
@ 2011-03-08 15:37     ` Steffen Sledz
  0 siblings, 0 replies; 4+ messages in thread
From: Steffen Sledz @ 2011-03-08 15:37 UTC (permalink / raw)
  To: openembedded-devel

Am 08.03.2011 15:34, schrieb Koen Kooi:
> On 08-03-11 13:54, Steffen Sledz wrote:
>> Introspection uses host tools within compile stage. Missing tools or
>> tools of wrong version result in errors like
> 
>> |   GEN    GUPnP-1.0.gir
>> | Couldn't find include 'Soup-2.4.gir' (search path: ...)
> 
>> or
> 
>> |   GEN    GUPnP-1.0.gir
>> | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2)
> 
>> Signed-off-by: Steffen Sledz <sledz@dresearch.de>
> 
> Acked-by: Koen Kooi <koen@dominion.thruhere.net>

pushed

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@DResearch.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058




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

end of thread, other threads:[~2011-03-08 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <il56eoMAN_POSIXLY_CORRECT=1@dough.gmane.org>
2011-03-08 12:54 ` [PATCH v3] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection Steffen Sledz
2011-03-08 14:08   ` Tom Rini
2011-03-08 14:34   ` Koen Kooi
2011-03-08 15:37     ` Steffen Sledz

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.