1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Add new gnome-keyring to poky-bleeding

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2623 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-31 16:11:27 +00:00
parent 8f67430e2d
commit c3159bdb65
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -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
@@ -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
}