summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 15:55:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:18 +0100
commit8ad07999c5e80202ae430eb476bb3fa8152b7125 (patch)
tree9de8b14b9a83a87c5d61d7e72b9105c8ecbc349f /meta/recipes-gnome
parentcd93c56bdab1f0880d7cfc768ce849c4283bdbca (diff)
downloadpoky-8ad07999c5e80202ae430eb476bb3fa8152b7125.tar.gz
libart_lgpl: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 61ff0565f57c132d3df14cfa0bc39a2143cf4d90) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
index d82ea1920a..d0bfe28184 100644
--- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
+++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Library of functions for 2D graphics"
2SECTION = "x11/gnome" 2SECTION = "x11/gnome"
3LICENSE = "LGPLv2" 3LICENSE = "LGPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
5PR = "r1" 5PR = "r2"
6 6
7ART_CONFIG = "${HOST_ARCH}/art_config.h" 7ART_CONFIG = "${HOST_ARCH}/art_config.h"
8 8
@@ -14,7 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302" 14SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa" 15SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
16 16
17inherit autotools pkgconfig 17inherit autotools gtk-doc pkgconfig
18 18
19DEPENDS = "" 19DEPENDS = ""
20 20
@@ -26,6 +26,3 @@ S = "${WORKDIR}/libart_lgpl-${PV}"
26do_configure_prepend() { 26do_configure_prepend() {
27 cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h 27 cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h
28} 28}
29
30EXTRA_OECONF = "--disable-gtk-doc"
31