aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-04-29 11:50:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-03 13:32:04 +0200
commit204f3463f62ddc58eac23184a83a1f2f53c716e0 (patch)
tree04bcb8a9a16e66251b339594fdfec702cbf2385e /meta-gnome
parent79d1d8d4ac4fda9fdad6a38990af7179323f295f (diff)
downloadmeta-openembedded-204f3463f62ddc58eac23184a83a1f2f53c716e0.tar.gz
libgnomecanvas: update 2.30.3 to fix build
error message was: | gnome-canvas-rich-text.c: In function 'gnome_canvas_rich_text_draw': | gnome-canvas-rich-text.c:2150:2: error: implicit declaration of function 'gtk_text_layout_draw' [-Werror=implicit-function-declaration] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb (renamed from meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
index efb88fff08..0821abb8d0 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.30.3.bb
@@ -5,10 +5,11 @@ SECTION = "x11/gnome/libs"
inherit gnome
-PR = "r1"
-
DEPENDS = "gtk+ libglade libart-lgpl xineramaproto"
+SRC_URI[archive.md5sum] = "ffcbb719c671ff5cd86e59aeba8d0b92"
+SRC_URI[archive.sha256sum] = "859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40"
+
EXTRA_OECONF = "--disable-gtk-doc"
FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
@@ -19,6 +20,3 @@ FILES_${PN}-staticdev += "${libdir}/libglade/*/libcanvas*.a"
do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
}
-
-SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f"
-SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d"