diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2020-02-03 22:28:28 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-03 18:53:42 -0300 |
commit | cc3b392c0857d0f9cb248580e000354558d41b8d (patch) | |
tree | e9f039896de09bf3269149fde469a7bb6af89a40 /recipes-security | |
parent | 38591d703677a2da81878a4148d8feaa17f30767 (diff) | |
download | meta-freescale-cc3b392c0857d0f9cb248580e000354558d41b8d.tar.gz |
optee-test: update to python3-pycrypto-native dependency
As python2 packages are now dropped in oe-core.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee-imx/optee-test_3.2.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb index e36f3355..fa46720d 100644 --- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.optee.org/" | |||
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" |
8 | 8 | ||
9 | DEPENDS = "optee-os optee-client python-pycrypto-native openssl" | 9 | DEPENDS = "optee-os optee-client python3-pycrypto-native openssl" |
10 | inherit python3native | 10 | inherit python3native |
11 | 11 | ||
12 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |