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

git at git.openembedded.org git at git.openembedded.org
Thu May 18 12:15:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 28419a4e9ad9430e477c1eb7f2a2d1f328bcacaf
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.
    
    (From OE-Core rev: 030142d0410bec85aeacfff6be27d5fed41ce808)
    
    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>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 bf29676..fc4d736 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -157,6 +157,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