[meta-arm,6/7] arm/optee-os: cleanup recipe
Submitted by Ross Burton on Nov. 2, 2020, 3:33 p.m.
|
Patch ID: 178134
Details
Commit Message
@@ -2,8 +2,8 @@ SUMMARY = "OP-TEE Trusted OS"
DESCRIPTION = "Open Portable Trusted Execution Environment - Trusted side of the TEE"
HOMEPAGE = "https://www.op-tee.org/"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
inherit deploy python3native
require optee.inc
@@ -48,8 +48,7 @@ LD[unexport] = "1"
do_configure[noexec] = "1"
do_compile() {
- cd ${S}
- oe_runmake all CFG_TEE_TA_LOG_LEVEL=0
+ oe_runmake -C ${S} all CFG_TEE_TA_LOG_LEVEL=0
}
do_compile[cleandirs] = "${B}"
Clarify license and clean up oe_runmake calls. Change-Id: I5952cd1b8014fa686ce4039fe8abca803fb4306a Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-arm/recipes-security/optee/optee-os.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1309): https://lists.yoctoproject.org/g/meta-arm/message/1309 Mute This Topic: https://lists.yoctoproject.org/mt/77983608/1003190 Group Owner: meta-arm+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-arm/unsub [mhalstead@linuxfoundation.org] -=-=-=-=-=-=-=-=-=-=-=-