[oe-commits] Ross Burton : neon: build the test suite to verify neon links

git at git.openembedded.org git at git.openembedded.org
Thu Jun 11 23:00:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 659d0300187accaff393d2b988aef6b58972ed8d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=659d0300187accaff393d2b988aef6b58972ed8d

Author: Ross Burton <ross.burton at intel.com>
Date:   Tue Jun  9 19:57:52 2015 +0100

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 <ross.burton at intel.com>

---

 meta/recipes-support/neon/neon_0.30.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-support/neon/neon_0.30.1.bb b/meta/recipes-support/neon/neon_0.30.1.bb
index 9245244..fd170bc 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
+}



More information about the Openembedded-commits mailing list