mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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) (From OE-Core rev: 28419a4e9ad9430e477c1eb7f2a2d1f328bcacaf) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
98f3e83884
commit
0c78f81485
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user