From b006d15bd80615c561f6cf3e171c1f5e49d16fde Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Jul 2009 17:49:35 +0100 Subject: [PATCH] libart-lgpl: Use autotools_stage Signed-off-by: Richard Purdie --- meta/packages/gnome/libart-lgpl_2.3.19.bb | 7 ++----- 1 file 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 @@ DESCRIPTION = "Library of functions for 2D graphics" SECTION = "x11/gnome" LICENSE = "LGPL" +PR = "r1" ART_CONFIG = "${HOST_ARCH}/art_config.h" @@ -9,7 +10,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${ file://${ART_CONFIG} \ file://Makefile.am.patch;patch=1" -inherit autotools pkgconfig +inherit autotools_stage pkgconfig DEPENDS = "" @@ -24,7 +25,3 @@ do_configure_prepend() { EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_includes - oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR} -}