[oe-commits] [openembedded-core] 09/21: openssl: fix add missing dependencies building for test directory

git at git.openembedded.org git at git.openembedded.org
Fri Aug 19 15:51:41 UTC 2016


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

commit bdd5eab3acdd84db3ff65b7150cb95ac6885d540
Author: Andrej Valek <andrej.valek at siemens.com>
AuthorDate: Fri Aug 19 12:51:06 2016 +0200

    openssl: fix add missing dependencies building for test directory
    
    Regarding the last commit about missing dependencies, another issue
    was found. The problem was found, while ptest has been built with some
    set extra settings. It means, when ptest is going to be built,
    it is necessary to rebuild dependencies for test directory too.
    
    Signed-off-by: Andrej Valek <andrej.valek at siemens.com>
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 620673a..de8b6ac 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -154,6 +154,9 @@ do_compile () {
 }
 
 do_compile_ptest () {
+	# build dependencies for test directory too
+	export DIRS="$DIRS test"
+	oe_runmake depend
 	oe_runmake buildtest
 }
 

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


More information about the Openembedded-commits mailing list