]> code.ossystems Code Review - openembedded-core.git/commit
openssl: fix ptest
authorRoss Burton <ross.burton@intel.com>
Fri, 19 Oct 2018 19:43:17 +0000 (20:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Oct 2018 21:39:25 +0000 (22:39 +0100)
commit7831d2d3a1069b9d3a8d32e41f0a292e1add56ba
treed13ba47b1d72137cdaa41fcd9972fabd6a96c52a
parent2036137151929b541293154ff529475071cd92b0
openssl: fix ptest

Previously the ptest installation was simply a copy of the entire build tree,
which is terribly ugly.

Instead copy just the pieces we need, symlink to /usr as appropriate, and add
missing dependencies.  Remove PRIVATE_LIBS as we don't ship copies of the
libraries now.

Also remember to do 'set -x' in run-ptest, so if the tests fail the runner
knows!

[ YOCTO #12965 ]
[ YOCTO #12967 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl/run-ptest
meta/recipes-connectivity/openssl/openssl_1.1.1.bb