diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:05:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:18 +0100 |
commit | 959bbbaf0ab7a89e836f1a655f13c52276ecf44a (patch) | |
tree | df1094210a4aa6210c294a816ff4f686ed26ad48 /meta/recipes-gnome/libglade/libglade_2.6.4.bb | |
parent | 9036331c4cd98106a41d8c2087ad14fb07fe564f (diff) | |
download | poky-959bbbaf0ab7a89e836f1a655f13c52276ecf44a.tar.gz |
libglade: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 1c5143219d9d03a1d692379259ab628b152dc958)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libglade/libglade_2.6.4.bb')
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 747b4ed6a9..0b01dc13ed 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
8 | file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff" | 8 | file://glade/glade-gtk.c;endline=22;md5=766f993433e2642fec87936d319990ff" |
9 | 9 | ||
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | PR = "r3" | 11 | PR = "r4" |
12 | DEPENDS = "zlib gdk-pixbuf gtk+ gtk-doc-native" | 12 | DEPENDS = "zlib gdk-pixbuf gtk+" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnome | 14 | inherit autotools pkgconfig gnome gtk-doc |
15 | 15 | ||
16 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" | 16 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" |
17 | 17 | ||