summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-03 19:54:32 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-03 19:54:32 +0200
commit2eabfad538655123c7ec77b1ab9f9bc1f331aa54 (patch)
tree2a051a6fff78d4343333c344d162611b415dc39e
parent70392922255804674adb7f19c1d42132bbc5ce2b (diff)
downloadmeta-openembedded-2eabfad538655123c7ec77b1ab9f9bc1f331aa54.tar.gz
libgnomecanvas: import from OE rev 7ae56b81f8cc22f9ef13a48cde000e32138948ea
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb
new file mode 100644
index 000000000..936872fbf
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomecanvas_2.26.0.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "A powerful object-oriented display"
2LICENSE = "LGPLv2"
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
4SECTION = "x11/gnome/libs"
5
6inherit gnome
7
8DEPENDS = "libglade libart-lgpl virtual/gail xineramaproto"
9
10EXTRA_OECONF = "--disable-gtk-doc"
11
12FILES_${PN} += "${libdir}/libglade/*/libcanvas.so"
13FILES_${PN}-dbg += "${libdir}/libglade/*/.debug/"
14FILES_${PN}-dev += "${libdir}/libglade/*/libcanvas.*a"
15
16do_configure_prepend() {
17 sed -i -e s:docs::g ${S}/Makefile.am
18}
19
20SRC_URI[archive.md5sum] = "9bbc635e5ae70e63af071af74ba7e72f"
21SRC_URI[archive.sha256sum] = "80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d"