[oe-commits] Koen Kooi : libart-lgpl: convert to new style staging

git version control git at git.openembedded.org
Thu Apr 1 12:05:41 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e6bf2706f1faf39ab4be2f33a71e8e585cf5a1e0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e6bf2706f1faf39ab4be2f33a71e8e585cf5a1e0

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 13:53:47 2010 +0200

libart-lgpl: convert to new style staging

---

 recipes/gnome/libart-lgpl.inc |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/recipes/gnome/libart-lgpl.inc b/recipes/gnome/libart-lgpl.inc
index 4dad51e..52ee9b5 100644
--- a/recipes/gnome/libart-lgpl.inc
+++ b/recipes/gnome/libart-lgpl.inc
@@ -4,9 +4,9 @@ LICENSE = "LGPL"
 
 ART_CONFIG = "${HOST_ARCH}/art_config.h"
 
-INC_PR = "r4"
+INC_PR = "r5"
 
-# can't use gnome.oeclass due to _ in filename
+# can't use gnome.bbclass due to _ in filename
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \
        file://${ART_CONFIG} \
        file://Makefile.am.patch;patch=1"
@@ -30,7 +30,3 @@ EXTRA_OECONF = "--disable-gtk-doc"
 export MKDIR_P = "mkdir -p"
 export mkdir_p = "mkdir -p"
 
-do_stage() {
-	autotools_stage_includes
-	oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR}
-}





More information about the Openembedded-commits mailing list