From 13a047c8c9c93844b4650fa5ef7160d8c6ffb4ee Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Jul 2012 16:19:08 +0100 Subject: vte: cleanup thanks to new gtk-doc.bbclass Signed-off-by: Ross Burton --- meta/recipes-support/vte/vte.inc | 4 ++-- meta/recipes-support/vte/vte_0.28.2.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/recipes-support/vte') 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+" DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" RDEPENDS_libvte = "vte-termcap" -inherit gnome +inherit gnome gtk-doc SRC_URI += "file://introspection.patch" -EXTRA_OECONF = "--disable-gtk-doc --disable-python --disable-introspection" +EXTRA_OECONF = "--disable-python --disable-introspection" PACKAGES =+ "libvte vte-termcap" 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 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" -PR = "r3" +PR = "r4" SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" -- cgit 1.2.3-korg