diff options
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 1 | ||||
-rw-r--r-- | meta/packages/gnome/gnome-keyring_2.19.91.bb | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 7a0e98293..2ffc39b32 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf @@ -1,6 +1,7 @@ PREFERRED_VERSION_atk ?= "1.19.6" PREFERRED_VERSION_gtk+ ?= "2.11.6" +PREFERRED_VERSION_gnome-keyring ?= "2.19.91" PREFERRED_VERSION_gtk-engines ?= "2.11.7" require 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 000000000..4b82c38d8 --- /dev/null +++ b/meta/packages/gnome/gnome-keyring_2.19.91.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +SECTION = "x11/gnome" + +inherit autotools gnome pkgconfig + +DEPENDS = "gtk+ libgcrypt" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_stage() { + autotools_stage_all +} |