summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vte
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:02:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:45 +0000
commit7bd32b9ce6436315d6e44e186aeeb4bb8708559c (patch)
treeec51097cebe1e67822329da10bd8cefc5e230923 /meta/recipes-support/vte
parentefd37c5d39824591ce070872e97641054191eecb (diff)
downloadpoky-7bd32b9ce6436315d6e44e186aeeb4bb8708559c.tar.gz
recipes-gnome: fix introspection support
(From OE-Core rev: 1011ce60412b17e4a1d2293dabe76027547429f7) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vte')
-rw-r--r--meta/recipes-support/vte/vte.inc6
-rw-r--r--meta/recipes-support/vte/vte_0.28.2.bb3
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/vte/vte.inc b/meta/recipes-support/vte/vte.inc
index 68499d655e..8565cc2ad6 100644
--- a/meta/recipes-support/vte/vte.inc
+++ b/meta/recipes-support/vte/vte.inc
@@ -1,13 +1,13 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library" 1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" 2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.0" 3LICENSE = "LGPLv2.0"
4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" 4DEPENDS = " glib-2.0 gtk+ intltool-native ncurses"
5RDEPENDS_libvte = "vte-termcap" 5RDEPENDS_libvte = "vte-termcap"
6 6
7inherit gnome gtk-doc distro_features_check upstream-version-is-even 7inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection
8ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" 8ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
9 9
10EXTRA_OECONF = "--disable-python --disable-introspection" 10EXTRA_OECONF = "--disable-python"
11 11
12PACKAGES =+ "libvte vte-termcap" 12PACKAGES =+ "libvte vte-termcap"
13FILES_libvte = "${libdir}/*.so.* ${libexecdir}/gnome-pty-helper" 13FILES_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 8b4e7f71de..74087ca831 100644
--- a/meta/recipes-support/vte/vte_0.28.2.bb
+++ b/meta/recipes-support/vte/vte_0.28.2.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
5PR = "r6" 5PR = "r6"
6 6
7SRC_URI += "file://obsolete_automake_macros.patch \ 7SRC_URI += "file://obsolete_automake_macros.patch \
8 file://cve-2012-2738.patch" 8 file://cve-2012-2738.patch \
9 "
9 10
10CFLAGS += "-D_GNU_SOURCE" 11CFLAGS += "-D_GNU_SOURCE"
11 12