diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 17:49:35 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-09 17:49:35 +0100 |
commit | b006d15bd80615c561f6cf3e171c1f5e49d16fde (patch) | |
tree | dca51d655e30da1160582a2925c29c2c06960304 | |
parent | 966ae73e79f444fb9e3302cdaa67fcce92b683a0 (diff) | |
download | poky-b006d15bd80615c561f6cf3e171c1f5e49d16fde.tar.gz |
libart-lgpl: Use autotools_stage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/gnome/libart-lgpl_2.3.19.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/packages/gnome/libart-lgpl_2.3.19.bb b/meta/packages/gnome/libart-lgpl_2.3.19.bb index a37b392593..a1258c8d79 100644 --- a/meta/packages/gnome/libart-lgpl_2.3.19.bb +++ b/meta/packages/gnome/libart-lgpl_2.3.19.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Library of functions for 2D graphics" | 1 | DESCRIPTION = "Library of functions for 2D graphics" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | 6 | ART_CONFIG = "${HOST_ARCH}/art_config.h" |
6 | 7 | ||
@@ -9,7 +10,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ | |||
9 | file://${ART_CONFIG} \ | 10 | file://${ART_CONFIG} \ |
10 | file://Makefile.am.patch;patch=1" | 11 | file://Makefile.am.patch;patch=1" |
11 | 12 | ||
12 | inherit autotools pkgconfig | 13 | inherit autotools_stage pkgconfig |
13 | 14 | ||
14 | DEPENDS = "" | 15 | DEPENDS = "" |
15 | 16 | ||
@@ -24,7 +25,3 @@ do_configure_prepend() { | |||
24 | 25 | ||
25 | EXTRA_OECONF = "--disable-gtk-doc" | 26 | EXTRA_OECONF = "--disable-gtk-doc" |
26 | 27 | ||
27 | do_stage() { | ||
28 | autotools_stage_includes | ||
29 | oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR} | ||
30 | } | ||