From: Denys Dmytriyenko <[email protected]> Cleanup optee-os and optee-client, while at it.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-security/optee/optee-client.bbappend | 5 ----- meta-arago-distro/recipes-security/optee/optee-os_git.bbappend | 2 -- meta-arago-distro/recipes-security/optee/optee-test_git.bbappend | 7 +------ 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/meta-arago-distro/recipes-security/optee/optee-client.bbappend b/meta-arago-distro/recipes-security/optee/optee-client.bbappend index c653612..39152f8 100644 --- a/meta-arago-distro/recipes-security/optee/optee-client.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-client.bbappend @@ -2,11 +2,6 @@ PR_append = ".arago0" SRC_URI = "git://git.ti.com/optee/ti-optee-client.git;branch=${BRANCH} \ file://tee-supplicant.service" - -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" - -PV = "3.7.0+git${SRCPV}" - BRANCH = "ti-optee-client" SRCREV = "2e526f4be1d471706915ba1e0044bcbe7c0b2626" diff --git a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend index 88af965..da70fe7 100644 --- a/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-os_git.bbappend @@ -1,7 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173" - DEPENDS += "python3-pycryptodomex-native" PR_append = ".arago0" diff --git a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend index 42bdadf..913e8b5 100644 --- a/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend +++ b/meta-arago-distro/recipes-security/optee/optee-test_git.bbappend @@ -1,14 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -inherit python3native - -DEPENDS += "python3-pycrypto-native" +DEPENDS += "python3-pycryptodomex-native" PR_append = ".arago0" SRC_URI = "git://git.ti.com/optee/ti-optee-test.git;branch=${BRANCH}" - -PV = "3.7.0+git${SRCPV}" - BRANCH = "ti-optee-test" SRCREV = "7c68d7b098b19363ada3c48b133484b018254fb1" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
