From: Rolf Leggewie Date: Thu, 21 Jun 2007 14:15:07 +0000 (+0000) Subject: glibmm: update to 2.12.10 X-Git-Tag: Release-2010-05/1~8868^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e56bd75f67c0bfc41c0b55b02a2494397a1cfd6;p=openembedded.git glibmm: update to 2.12.10 * verified successful compilation * verified that no declared dependencies on the old version 2.8.4 exist in OE --- diff --git a/packages/glibmm/glibmm_2.8.4.bb b/packages/glibmm/glibmm_2.12.10.bb similarity index 84% rename from packages/glibmm/glibmm_2.8.4.bb rename to packages/glibmm/glibmm_2.12.10.bb index 1819114cb1..a62d4eb145 100644 --- a/packages/glibmm/glibmm_2.8.4.bb +++ b/packages/glibmm/glibmm_2.12.10.bb @@ -4,9 +4,9 @@ SECTION = "libs" PRIORITY = "optional" LICENSE = "LGPL" DEPENDS = "glib-2.0 libsigc++-2.0" -PR = "r2" +PR = "r0" -SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.8/glibmm-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/2.12/glibmm-${PV}.tar.bz2" inherit autotools pkgconfig flow-lossage @@ -19,6 +19,5 @@ do_stage () { autotools_stage_all install -m 0644 glib/glibmmconfig.h ${STAGING_INCDIR}/glibmm-2.4 - install -m 0644 scripts/glibmm_check_perl.m4 ${STAGING_DATADIR}/aclocal/ }