diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 16:19:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 11:42:20 +0100 |
commit | 35b26fb19df55172b98cb304c493334a9db7fb15 (patch) | |
tree | 818a96aaa60bae1ca3d772b2c14186dc376e327f /meta/recipes-support | |
parent | 6bc0b98c46b6064c5470a3d66ffc80050bded9dc (diff) | |
download | poky-35b26fb19df55172b98cb304c493334a9db7fb15.tar.gz |
vte: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 13a047c8c9c93844b4650fa5ef7160d8c6ffb4ee)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/vte/vte.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc index 7971673c3a..9fe79564d4 100644 --- a/meta/recipes-support/vte/vte.inc +++ b/meta/recipes-support/vte/vte.inc | |||
@@ -4,11 +4,11 @@ LICENSE = "LGPLv2.1+" | |||
4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" | 4 | DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" |
5 | RDEPENDS_libvte = "vte-termcap" | 5 | RDEPENDS_libvte = "vte-termcap" |
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome gtk-doc |
8 | 8 | ||
9 | SRC_URI += "file://introspection.patch" | 9 | SRC_URI += "file://introspection.patch" |
10 | 10 | ||
11 | EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection" | 11 | EXTRA_OECONF = "--disable-python --disable-introspection" |
12 | 12 | ||
13 | PACKAGES =+ "libvte vte-termcap" | 13 | PACKAGES =+ "libvte vte-termcap" |
14 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" | 14 | FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" |
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 6111ccf99b..2cb187158f 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/recipes-support/vte/vte_0.28.2.bb | |||
@@ -2,7 +2,7 @@ require vte.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" | 7 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" |
8 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" | 8 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" |