From: Ross Burton Date: Tue, 9 Jun 2015 18:57:52 +0000 (+0100) Subject: neon: build the test suite to verify neon links X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30095 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659d0300187accaff393d2b988aef6b58972ed8d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git neon: build the test suite to verify neon links Without building a binary it's impossible to tell if a library will link correctly, so build the test suite in do_compile(). Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/meta/recipes-support/neon/neon_0.30.1.bb index 9245244eb86..fd170bc0cb7 100644 --- a/meta/recipes-support/neon/neon_0.30.1.bb +++ b/meta/recipes-support/neon/neon_0.30.1.bb @@ -20,3 +20,7 @@ inherit autotools binconfig-disabled lib_package pkgconfig EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" EXTRA_OECONF += "--without-gssapi" + +do_compile_append() { + oe_runmake -C test +}