pangomm_2.26.0.bb : update to latest standards.
authorGraeme Gregory <dp@xora.org.uk>
Wed, 27 Jan 2010 15:02:26 +0000 (15:02 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 27 Jan 2010 15:02:26 +0000 (15:02 +0000)
There is no need to override do_configure or for custom staging anymore

recipes/pango/pangomm_2.26.0.bb

index 127daa5..52c9022 100644 (file)
@@ -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
-}