diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 15:03:02 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 15:03:02 +0000 |
commit | 154f7d76cb9f241edf2d06bd7d07a391ae0d7f72 (patch) | |
tree | f0430588fa19ff7e4a3e81837af6e96b68ce66c6 /meta/packages/gnome/libart-lgpl_2.3.19.bb | |
parent | fd68c299e9ef8802fa01ba700629bbdbc2b11eec (diff) | |
download | poky-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.19.bb')
-rw-r--r-- | meta/packages/gnome/libart-lgpl_2.3.19.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta/packages/gnome/libart-lgpl_2.3.19.bb b/meta/packages/gnome/libart-lgpl_2.3.19.bb new file mode 100644 index 0000000000..a37b392593 --- /dev/null +++ b/meta/packages/gnome/libart-lgpl_2.3.19.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | DESCRIPTION = "Library of functions for 2D graphics" | ||
2 | SECTION = "x11/gnome" | ||
3 | LICENSE = "LGPL" | ||
4 | |||
5 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | ||
6 | |||
7 | # can't use gnome.oeclass due to _ in filename | ||
8 | SRC_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 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | DEPENDS = "" | ||
15 | |||
16 | FILES_${PN} = "${libdir}/*.so.*" | ||
17 | FILES_${PN}-dev += "${bindir}/libart2-config" | ||
18 | |||
19 | S = "${WORKDIR}/libart_lgpl-${PV}" | ||
20 | |||
21 | do_configure_prepend() { | ||
22 | cp ${WORKDIR}/${ART_CONFIG} ${S}/art_config.h | ||
23 | } | ||
24 | |||
25 | EXTRA_OECONF = "--disable-gtk-doc" | ||
26 | |||
27 | do_stage() { | ||
28 | autotools_stage_includes | ||
29 | oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR} | ||
30 | } | ||