summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky-bleeding.conf2
-rw-r--r--meta/packages/atk/atk_1.20.0.bb (renamed from meta/packages/atk/atk_1.19.6.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf
index 0ede67e7a2..a6b63c762d 100644
--- a/meta/conf/distro/poky-bleeding.conf
+++ b/meta/conf/distro/poky-bleeding.conf
@@ -1,4 +1,4 @@
1PREFERRED_VERSION_atk ?= "1.19.6" 1PREFERRED_VERSION_atk ?= "1.20.0"
2PREFERRED_VERSION_gtk+ ?= "2.12.0" 2PREFERRED_VERSION_gtk+ ?= "2.12.0"
3 3
4PREFERRED_VERSION_gnome-keyring ?= "2.19.91" 4PREFERRED_VERSION_gnome-keyring ?= "2.19.91"
diff --git a/meta/packages/atk/atk_1.19.6.bb b/meta/packages/atk/atk_1.20.0.bb
index 4df9a593b9..e2733d5b87 100644
--- a/meta/packages/atk/atk_1.19.6.bb
+++ b/meta/packages/atk/atk_1.20.0.bb
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
5 5
6DEPENDS = "glib-2.0 gtk-doc" 6DEPENDS = "glib-2.0 gtk-doc"
7 7
8SRC_URI = "http://download.gnome.org/sources/atk/1.19/${PN}-${PV}.tar.bz2" 8SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11