[oe-commits] [openembedded-core] 14/83: vte: don't build test app

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:42 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 23045bf89d9859d756310899052e9dd1aad302ce
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Wed Jun 22 14:52:28 2016 +0300

    vte: don't build test app
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/vte/vte_0.44.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb
index ecbf58a..f3baa1e 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"
 CFLAGS += "-D_GNU_SOURCE"
 
 # Enable vala only if gobject-introspection is enabled
-EXTRA_OECONF = "--enable-vala=auto"
+EXTRA_OECONF = "--enable-vala=auto --disable-test-application"
 
 # libtool adds "-nostdlib" when g++ is used. This breaks PIE builds.
 # Use libtool-cross (which has a hack to prevent that) instead.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list