]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add new gnome-keyring to poky-bleeding
authorRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 16:11:27 +0000 (16:11 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 31 Aug 2007 16:11:27 +0000 (16:11 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2623 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky-bleeding.conf
meta/packages/gnome/gnome-keyring_2.19.91.bb [new file with mode: 0644]

index 7a0e98293278a598072e10ccd662aa8d36f0b935..2ffc39b32b5c2f12ee3a36e06bc2c5945899b650 100644 (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
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 (file)
index 0000000..4b82c38
--- /dev/null
@@ -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
+}