diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:02:26 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-27 15:02:26 +0000 |
commit | 95c02d5dbeb77000f982ed2ed5d6a48144963998 (patch) | |
tree | 779ea4141a627d48a4648841455d3a1d41e24663 /recipes/pango | |
parent | 227751f13ae101f8b669779fb46e93586362c008 (diff) |
pangomm_2.26.0.bb : update to latest standards.
There is no need to override do_configure or for custom staging anymore
Diffstat (limited to 'recipes/pango')
-rw-r--r-- | 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 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 -} |