On 12 June 2017 at 13:27, Changhyeok Bae <changhyeok....@gmail.com> wrote:
> +do_install_ptest_append() {
> +    # exclude binary files or the package won't install
> +    for d in ssltest_old v3ext x509aux; do
> +        rm -rf ${D}${libdir}/${PN}/ptest/test/$d
> +    done

PN needs to be BPN, as PN is eg lib32-openssl in multilib builds.

Also there's a do_install_ptest in openssl.inc, just edit that directly.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to