blob: 36e26bc8268bdd62ea6c5586a81432bf2781efcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "Cryptography demo descriptions for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.9"
PACKAGE_ARCH = "${MACHINE_ARCH}"
S = "${WORKDIR}/git/cryptos_apps_scripts"
S_ti33x = "${WORKDIR}/git/cryptos_apps_program"
S_ti43x = "${WORKDIR}/git/cryptos_apps_program"
S_dra7xx = "${WORKDIR}/git/cryptos_apps_program"
SRC_URI += "file://0001-openssl_perf.sh-remove-module-manipulation.patch;striplevel=2"
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"
RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples"
RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples"
RDEPENDS_${PN}_append_dra7xx = " ti-crypto-examples"
|