| Submitter | Ross Burton |
|---|---|
| Date | Oct. 22, 2012, 9:30 a.m. |
| Message ID | <af1365a98c78c547e373195e27c538f71c963dd3.1350898066.git.ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/38383/ |
| State | New |
| Headers | show |
Comments
On 10/22/2012 02:30 AM, Ross Burton wrote: > From: Daniel Stone <daniel@fooishbar.org> > > Newer Clutter releases want 2.5.3+, so upgrade to the stable 2.6.0. > > Signed-off-by: Daniel Stone <daniel@fooishbar.org> > Signed-off-by: Ross Burton <ross.burton@intel.com> > --- > meta/recipes-support/atk/{atk_2.4.0.bb => atk_2.6.0.bb} | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > rename meta/recipes-support/atk/{atk_2.4.0.bb => atk_2.6.0.bb} (74%) > > diff --git a/meta/recipes-support/atk/atk_2.4.0.bb b/meta/recipes-support/atk/atk_2.6.0.bb > similarity index 74% > rename from meta/recipes-support/atk/atk_2.4.0.bb > rename to meta/recipes-support/atk/atk_2.6.0.bb > index 4a2d853..be797c7 100644 > --- a/meta/recipes-support/atk/atk_2.4.0.bb > +++ b/meta/recipes-support/atk/atk_2.6.0.bb > @@ -7,15 +7,15 @@ LICENSE = "GPLv2+ & LGPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ > file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ > file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" > -PR = "r1" > +PR = "r0" > > DEPENDS = "glib-2.0" > > inherit autotools gtk-doc pkgconfig > > -SRC_URI = "http://download.gnome.org/sources/atk/2.4/${BPN}-${PV}.tar.xz" > -SRC_URI[md5sum] = "2184a140f71d50276669d6eda5cce5db" > -SRC_URI[sha256sum] = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d" > +SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" > +SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" > +SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" > > BBCLASSEXTEND = "native" > > Merged into OE-Core Thanks Sau!
Patch
diff --git a/meta/recipes-support/atk/atk_2.4.0.bb b/meta/recipes-support/atk/atk_2.6.0.bb similarity index 74% rename from meta/recipes-support/atk/atk_2.4.0.bb rename to meta/recipes-support/atk/atk_2.6.0.bb index 4a2d853..be797c7 100644 --- a/meta/recipes-support/atk/atk_2.4.0.bb +++ b/meta/recipes-support/atk/atk_2.6.0.bb @@ -7,15 +7,15 @@ LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://atk/atkutil.c;endline=20;md5=db21b0bdbef9da4dc6eb122debc9f9bc \ file://atk/atk.h;endline=20;md5=c58238d688c24387376d6c69d06248a7" -PR = "r1" +PR = "r0" DEPENDS = "glib-2.0" inherit autotools gtk-doc pkgconfig -SRC_URI = "http://download.gnome.org/sources/atk/2.4/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "2184a140f71d50276669d6eda5cce5db" -SRC_URI[sha256sum] = "091e9ce975a9fbbc7cd8fa64c9c389ffb7fa6cdde58b6d5c01b2c267093d888d" +SRC_URI = "http://download.gnome.org/sources/atk/2.6/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "6b34e2a63dda4429b5692be7ca3aa5bf" +SRC_URI[sha256sum] = "eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f" BBCLASSEXTEND = "native"