summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky-bleeding.conf1
-rw-r--r--meta/packages/gnome/gnome-keyring_2.19.91.bb12
2 files changed, 13 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf
index 7a0e982932..2ffc39b32b 100644
--- a/meta/conf/distro/poky-bleeding.conf
+++ b/meta/conf/distro/poky-bleeding.conf
@@ -1,6 +1,7 @@
1PREFERRED_VERSION_atk ?= "1.19.6" 1PREFERRED_VERSION_atk ?= "1.19.6"
2PREFERRED_VERSION_gtk+ ?= "2.11.6" 2PREFERRED_VERSION_gtk+ ?= "2.11.6"
3 3
4PREFERRED_VERSION_gnome-keyring ?= "2.19.91"
4PREFERRED_VERSION_gtk-engines ?= "2.11.7" 5PREFERRED_VERSION_gtk-engines ?= "2.11.7"
5 6
6require conf/distro/poky.conf 7require conf/distro/poky.conf
diff --git a/meta/packages/gnome/gnome-keyring_2.19.91.bb b/meta/packages/gnome/gnome-keyring_2.19.91.bb
new file mode 100644
index 0000000000..4b82c38d82
--- /dev/null
+++ b/meta/packages/gnome/gnome-keyring_2.19.91.bb
@@ -0,0 +1,12 @@
1LICENSE = "GPL"
2SECTION = "x11/gnome"
3
4inherit autotools gnome pkgconfig
5
6DEPENDS = "gtk+ libgcrypt"
7
8EXTRA_OECONF = "--disable-gtk-doc"
9
10do_stage() {
11 autotools_stage_all
12}