The openssl_perf.sh script requires HW offloading, so use openssl 1.0 which supports it.
Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb index 02a4f46..99cf9c9 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" require matrix-gui-apps-git.inc -PR = "${INC_PR}.11" +PR = "${INC_PR}.12" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -13,10 +13,16 @@ S_ti43x = "${WORKDIR}/git/cryptos_apps_program" S_dra7xx = "${WORKDIR}/git/cryptos_apps_program" S_keystone = "${WORKDIR}/git/cryptos_apps_program" +# These scripts HW offloading, so use openssl 1.0 +OPENSSL_BIN = "/usr/bin/openssl10" +do_configure() { + sed -i -e "s|^OPENSSL=.*|OPENSSL=${OPENSSL_BIN}|" ${S}/openssl_perf_scripts/openssl_perf.sh +} + FILES_${PN} += "${MATRIX_BASE_DIR}/*" -# Make sure crypto submenu and app images has been installed. Also make sure openssl is available -RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl matrix-gui-helper-scripts" +# Make sure crypto submenu and app images has been installed. Also make sure openssl10 is available +RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl10 matrix-gui-helper-scripts" RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples" RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
