From 95c02d5dbeb77000f982ed2ed5d6a48144963998 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Wed, 27 Jan 2010 15:02:26 +0000 Subject: [PATCH] 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 file changed, 2 insertions(+), 10 deletions(-) diff --git a/recipes/pango/pangomm_2.26.0.bb b/recipes/pango/pangomm_2.26.0.bb index 127daa5d50..52c9022fb4 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 -} -- 2.39.5