[oe] [PATCH] cairo_1.10.0: add `glib-2.0-native` to `DEPENDS`

Paul Menzel paulepanter at users.sourceforge.net
Fri Oct 8 00:57:12 UTC 2010


Date: Thu, 7 Oct 2010 13:38:44 +0200

`do_compile()` of `cairo_1.10.0.bb` fails with the following error.

[…]
        make[4]: Entering directory `/oe/build/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/cairo-1.10.0-r0/cairo-1.10.0/util/cairo-gobject'
          CC     libcairo_gobject_la-cairo-gobject-enums.lo
        In file included from cairo-gobject-enums.c:8:
        cairo-gobject.h:44:25: error: glib-object.h: No such file or directory
        In file included from cairo-gobject-enums.c:8:
        cairo-gobject.h:52: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_gobject_context_get_type'
        cairo-gobject.h:56: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_gobject_device_get_type'
        cairo-gobject.h:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cairo_gobject_pattern_get_type'
        […]

`glib-object.h` is only in sysroot of the build host.

    $ find angstrom-dev/ -name glib-object.h
    angstrom-dev/sysroots/i686-linux/usr/include/glib-2.0/glib-object.h

`cairo_1.8.8.bb` builds fine.

Adding `glib-2.0-native` to `DEPENDS` puts `glib-object.h` also into the sysroot of the target machine and fixes the build.

    $ find angstrom-dev/ -name glib-object.h
    angstrom-dev/sysroots/i686-linux/usr/include/glib-2.0/glib-object.h
    angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/glib-2.0/glib-object.h

Build tested with `angstrom-2008.1` for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 recipes/cairo/cairo_1.10.0.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/cairo/cairo_1.10.0.bb b/recipes/cairo/cairo_1.10.0.bb
index 7530cd1..9859b9c 100644
--- a/recipes/cairo/cairo_1.10.0.bb
+++ b/recipes/cairo/cairo_1.10.0.bb
@@ -1,5 +1,7 @@
 require cairo.inc
 
+DEPENDS += "glib-2.0-native"
+
 SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \
 "
 
-- 
1.7.1
-------------- 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/20101008/0181c8ba/attachment-0002.sig>


More information about the Openembedded-devel mailing list