diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:56:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:18 +0100 |
commit | 4b84a877889f7cf3e4b29c6f2bf816df82a29d40 (patch) | |
tree | 7f9b9bf0fbf02bcdb39c436c86185c45e0404c35 /meta/recipes-gnome/gnome | |
parent | 6121945fb8653f4c0b5a4c2990d5517d8ed1c5df (diff) | |
download | poky-4b84a877889f7cf3e4b29c6f2bf816df82a29d40.tar.gz |
libgnome-keyring: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: a1cf5b8cbe63313349697e51d40de9d94e9db231)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb index a6576dba58..423080abb6 100644 --- a/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb +++ b/meta/recipes-gnome/gnome/libgnome-keyring_2.32.0.bb | |||
@@ -11,11 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0914b9d3ebaba41ef2e3e0ae16f296cf \ | |||
11 | SECTION = "x11/gnome/libs" | 11 | SECTION = "x11/gnome/libs" |
12 | PR = "r2" | 12 | PR = "r2" |
13 | 13 | ||
14 | inherit gnome | 14 | inherit gnome gtk-doc |
15 | 15 | ||
16 | DEPENDS = "dbus libgcrypt" | 16 | DEPENDS = "dbus libgcrypt" |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-gtk-doc" | ||
19 | |||
20 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | 18 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" |
21 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | 19 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" |