diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-01-21 00:10:31 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-01-21 00:10:31 +0000 |
commit | ca0ab6d91b683266e4aa2aa4f1a174098f6ae788 (patch) | |
tree | c124c185ff1f1df9a8cd806ac457af73857cc36d /recipes/gnome | |
parent | 2154e8eb1a513d0944da59a780f962bacd0bcb8f (diff) | |
parent | 0b76c230a456f09e7d3704955cc22ebf875eea16 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-keyring_2.28.2.bb (renamed from recipes/gnome/gnome-keyring_2.28.0.bb) | 5 | ||||
-rw-r--r-- | recipes/gnome/libbonobo_2.24.2.bb (renamed from recipes/gnome/libbonobo_2.24.1.bb) | 0 |
2 files changed, 1 insertions, 4 deletions
diff --git a/recipes/gnome/gnome-keyring_2.28.0.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index 46d2de0fd0..70a7349a3b 100644 --- a/recipes/gnome/gnome-keyring_2.28.0.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11/gnome" DEPENDS = " libpam gconf gtk+ libtasn1 libtasn1-native libgcrypt" -inherit autotools gnome pkgconfig +inherit gnome pkgconfig EXTRA_OECONF = "--disable-gtk-doc --enable-pam --with-pam-dir=${libdir}/security/" @@ -23,6 +23,3 @@ PACKAGES =+ "gnome-keyring-pam-plugin" FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" -do_stage() { - autotools_stage_all -} diff --git a/recipes/gnome/libbonobo_2.24.1.bb b/recipes/gnome/libbonobo_2.24.2.bb index efc71d24a8..efc71d24a8 100644 --- a/recipes/gnome/libbonobo_2.24.1.bb +++ b/recipes/gnome/libbonobo_2.24.2.bb |