[oe] [PATCH] totem-pl-parser_2.30.0: fix configure without gobject introspection

Paul Menzel paulepanter at users.sourceforge.net
Fri Jan 28 11:44:22 UTC 2011


Dear Fabian,


Am Freitag, den 28.01.2011, 11:09 +0100 schrieb Fabian Ruff:
> this bugfix removes the configure error:
>   HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

please add your Signed-off-by line as required by the commit policy [1].

> ---
>  recipes/totem/totem-pl-parser_2.30.0.bb |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb
> index 31d6b04..a69de38 100644
> --- a/recipes/totem/totem-pl-parser_2.30.0.bb
> +++ b/recipes/totem/totem-pl-parser_2.30.0.bb
> @@ -11,10 +11,9 @@ inherit gnome
>  SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
>  SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
>  
> -EXTRA_OECONF = "--enable-introspection=no"
> -
>  # Build of documentation is not yet possible:
>  do_configure_prepend() {
> +	sed -i -e 's:GOBJECT_INTROSPECTION_CHECK(\[0.6.7\]):AM_CONDITIONAL([HAVE_INTROSPECTION], [false]):g' ${S}/configure.in
>  	sed -i -e s:docs::g ${S}/Makefile.am
>  }

This problem seems to be still appear upstream. Could you report that to
them?


Thanks,

Paul


[1] http://wiki.openembedded.org/index.php/Commit_Policy
[2] http://git.gnome.org/browse/totem-pl-parser/tree/configure.in?id=9feff79d4b263280bfaadccef4c6d1d81841eae4#n155
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110128/6b79abc4/attachment-0002.sig>


More information about the Openembedded-devel mailing list