summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/libart-lgpl_2.3.16.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-08-31 15:03:02 +0000
committerRoss Burton <ross@openedhand.com>2007-08-31 15:03:02 +0000
commit154f7d76cb9f241edf2d06bd7d07a391ae0d7f72 (patch)
treef0430588fa19ff7e4a3e81837af6e96b68ce66c6 /meta/packages/gnome/libart-lgpl_2.3.16.bb
parentfd68c299e9ef8802fa01ba700629bbdbc2b11eec (diff)
downloadpoky-154f7d76cb9f241edf2d06bd7d07a391ae0d7f72.tar.gz
Upgrade libart-lgpl to 2.3.19
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2615 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/libart-lgpl_2.3.16.bb')
-rw-r--r--meta/packages/gnome/libart-lgpl_2.3.16.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/packages/gnome/libart-lgpl_2.3.16.bb b/meta/packages/gnome/libart-lgpl_2.3.16.bb
deleted file mode 100644
index 8028c8ef3f..0000000000
--- a/meta/packages/gnome/libart-lgpl_2.3.16.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1DESCRIPTION = "Library of functions for 2D graphics"
2SECTION = "x11/gnome"
3LICENSE = "LGPL"
4PR = "r2"
5ART_CONFIG = "${HOST_ARCH}/art_config.h"
6
7# can't use gnome.oeclass due to _ in filename
8SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
9 file://${ART_CONFIG} \
10 file://Makefile.am.patch;patch=1"
11
12inherit autotools pkgconfig
13
14DEPENDS = ""
15
16FILES_${PN} = "${libdir}/*.so.*"
17FILES_${PN}-dev += "${bindir}/libart2-config"
18
19S = "${WORKDIR}/libart_lgpl-${PV}"
20
21do_configure_prepend() {
22 cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h
23}
24
25EXTRA_OECONF = "--disable-gtk-doc"
26
27do_stage() {
28 autotools_stage_includes
29 oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR}
30}