diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-19 14:59:25 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-20 10:04:39 +0100 |
commit | dfc707b84076939eb91c776c3d2d684588f0bada (patch) | |
tree | 86059afb8d70fb3551d2e6f28b5dfed50eb4b186 /recipes/gnome | |
parent | 680760be3ab2431586f52c55f4311502cab1c50d (diff) |
gnome-keyring 2.28: update to 2.28.2
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 |
1 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 -} |