[oe] [oe-commits] Richard Purdie : recipes: add missing gtk-doc class dependencies

Martin Jansa martin.jansa at gmail.com
Tue Jul 15 18:50:13 UTC 2014


On Sat, Jun 21, 2014 at 05:24:45PM +0000, git at git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e
> URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e
> 
> Author: Richard Purdie <richard.purdie at linuxfoundation.org>
> Date:   Sat Jun 21 11:04:29 2014 +0200
> 
> recipes: add missing gtk-doc class dependencies
> 
> * These recipes all use gtk-doc m4 macros but were missing
>   dependencies on the class.
> 
> Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> 
> ---
> 
>  meta-gnome/recipes-gnome/bonobo/libbonobo.inc              | 12 +-----------
>  meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb        |  2 +-
>  meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb |  8 +-------
>  meta-gnome/recipes-gnome/libgtop/libgtop_2.28.2.bb         |  2 +-
>  meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb  |  2 +-
>  meta-oe/recipes-support/farsight/libnice_0.0.13.bb         |  2 +-
>  meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb    |  2 +-
>  meta-oe/recipes-support/udisks/udisks_1.0.4.bb             |  2 +-
>  meta-xfce/recipes-xfce/garcon/garcon_0.2.1.bb              |  2 +-
>  meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.10.1.bb |  2 +-
>  10 files changed, 10 insertions(+), 26 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
> index 48a80e5..2d7cff3 100644
> --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
> +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb
> @@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 gstreamer"
>  PACKAGECONFIG ??= ""
>  PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd"
>  
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig gtk-doc
>  
>  FILES_${PN} += "${libdir}/gstreamer-0.10/*.so"
>  FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la"

This seems to break libnice build

I had to create m4 directory first:
http://lists.openembedded.org/pipermail/openembedded-devel/2014-July/096972.html

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140715/4566b7d3/attachment-0002.sig>


More information about the Openembedded-devel mailing list