[oe-commits] Graeme Gregory : pangomm_2.26.0.bb : update to latest standards.

git version control git at git.openembedded.org
Wed Jan 27 15:04:44 UTC 2010


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

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Wed Jan 27 15:02:26 2010 +0000

pangomm_2.26.0.bb : update to latest standards.

There is no need to override do_configure or for custom staging anymore

---

 recipes/pango/pangomm_2.26.0.bb |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/recipes/pango/pangomm_2.26.0.bb b/recipes/pango/pangomm_2.26.0.bb
index 127daa5..52c9022 100644
--- a/recipes/pango/pangomm_2.26.0.bb
+++ b/recipes/pango/pangomm_2.26.0.bb
@@ -2,8 +2,9 @@ DESCRIPTION = "C++ bindings for the pango library."
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
-DEPENDS = "cairomm glibmm"
+DEPENDS = "mm-common cairomm glibmm"
 SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2"
 
@@ -14,14 +15,5 @@ FILES_${PN}-dev += "${libdir}/*/include/"
 
 EXTRA_OECONF = " --disable-documentation "
 
-do_configure() {
-    libtoolize --force
-    gnu-configize
-    oe_runconf
-}
-
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
-do_stage () {
-	autotools_stage_all
-}





More information about the Openembedded-commits mailing list