diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:18 +0000 |
commit | 1011ce60412b17e4a1d2293dabe76027547429f7 (patch) | |
tree | 3368d443f153ad2d6d6fce9bf0537c61b6ae0856 /meta/recipes-support/vte | |
parent | 12d61ac95b6bfae60dd4a7c7239bc8b8b0bcafbb (diff) | |
download | openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.tar.gz openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.tar.bz2 openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.zip |
recipes-gnome: fix introspection support
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.inc | 6 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 3 |
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 @@ SUMMARY = "Virtual terminal emulator GTK+ widget library" BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" LICENSE = "LGPLv2.0" -DEPENDS = " glib-2.0 gtk+ intltool-native ncurses gobject-introspection-stub" +DEPENDS = " glib-2.0 gtk+ intltool-native ncurses" RDEPENDS_libvte = "vte-termcap" -inherit gnome gtk-doc distro_features_check upstream-version-is-even +inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" -EXTRA_OECONF = "--disable-python --disable-introspection" +EXTRA_OECONF = "--disable-python" 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 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" PR = "r6" SRC_URI += "file://obsolete_automake_macros.patch \ - file://cve-2012-2738.patch" + file://cve-2012-2738.patch \ + " CFLAGS += "-D_GNU_SOURCE" |