aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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-20 14:31:12 +0100
commit61ff0565f57c132d3df14cfa0bc39a2143cf4d90 (patch)
treea634395ea610e61f4ee982a21a32ebc1dea063d8 /meta
parent2ac9cde86cc7aa95983571de7e04521748aee8be (diff)
downloadopenembedded-core-61ff0565f57c132d3df14cfa0bc39a2143cf4d90.tar.gz
libart_lgpl: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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"
SECTION = "x11/gnome"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
-PR = "r1"
+PR = "r2"
ART_CONFIG = "${HOST_ARCH}/art_config.h"
@@ -14,7 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
SRC_URI[md5sum] = "08559ff3c67fd95d57b0c5e91a6b4302"
SRC_URI[sha256sum] = "fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa"
-inherit autotools pkgconfig
+inherit autotools gtk-doc pkgconfig
DEPENDS = ""
@@ -26,6 +26,3 @@ S = "${WORKDIR}/libart_lgpl-${PV}"
do_configure_prepend() {
cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h
}
-
-EXTRA_OECONF = "--disable-gtk-doc"
-