diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-06-22 14:52:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-01 16:22:42 +0100 |
commit | 0cef80f7b1f36d338697418298c999d90492abce (patch) | |
tree | 1c007f075fdbaf1fd134ed256834cefbf9922952 | |
parent | 2ebd11747c8288ad3d7d0c9815e0367aace61404 (diff) | |
download | poky-0cef80f7b1f36d338697418298c999d90492abce.tar.gz |
vte: don't build test app
(From OE-Core rev: 23045bf89d9859d756310899052e9dd1aad302ce)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/vte/vte_0.44.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb index ecbf58a900..f3baa1ec41 100644 --- a/meta/recipes-support/vte/vte_0.44.1.bb +++ b/meta/recipes-support/vte/vte_0.44.1.bb | |||
@@ -18,7 +18,7 @@ PACKAGECONFIG[gnutls] = "--with-gnutls,--without-gnutls,gnutls" | |||
18 | CFLAGS += "-D_GNU_SOURCE" | 18 | CFLAGS += "-D_GNU_SOURCE" |
19 | 19 | ||
20 | # Enable vala only if gobject-introspection is enabled | 20 | # Enable vala only if gobject-introspection is enabled |
21 | EXTRA_OECONF = "--enable-vala=auto" | 21 | EXTRA_OECONF = "--enable-vala=auto --disable-test-application" |
22 | 22 | ||
23 | # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. | 23 | # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds. |
24 | # Use libtool-cross (which has a hack to prevent that) instead. | 24 | # Use libtool-cross (which has a hack to prevent that) instead. |