diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 14:15:07 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-06-21 14:15:07 +0000 |
commit | 9e56bd75f67c0bfc41c0b55b02a2494397a1cfd6 (patch) | |
tree | 1b7455ab49bad063beaa2b7b345bf9f0314f8249 /packages/glibmm | |
parent | eb5da6ac735a36d88b82740ececfe685dceb9bba (diff) |
glibmm: update to 2.12.10
* verified successful compilation
* verified that no declared dependencies on the old version 2.8.4 exist in OE
Diffstat (limited to 'packages/glibmm')
-rw-r--r-- | packages/glibmm/glibmm_2.12.10.bb (renamed from packages/glibmm/glibmm_2.8.4.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/glibmm/glibmm_2.8.4.bb b/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/ } |