[oe] [PATCH v2] gupnp_0.13.4/gupnp-av_0.5.9: disable introspection

Phil Blundell philb at gnu.org
Mon Mar 7 16:57:24 UTC 2011


On Mon, 2011-03-07 at 17:43 +0100, Steffen Sledz wrote:
> --- 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 = "1"
>  
>  SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
>  SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
>  
>  inherit autotools pkgconfig
>  
> -EXTRA_OECONF = "--disable-gtk-doc"
> +EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"

I can't help thinking that there must be a better place to put this,
maybe even autotools.bbclass.  We basically want those options for all
packages that will take them, right?

p.






More information about the Openembedded-devel mailing list