File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ inherit packagegroup
55PACKAGES = "${PN} "
66
77RDEPENDS :${PN} += " \
8+ qcomtee \
89 qcbor \
910"
Original file line number Diff line number Diff line change 1+ SUMMARY = "Qualcomm quic-teec library"
2+ DESCRIPTION = " \
3+ QCOM-TEE Library provides an interface for communication to \
4+ the Qualcomm Trusted Execution Environment (QTEE) via the \
5+ QCOM-TEE driver registered with the Linux TEE subsystem. \
6+ "
7+ HOMEPAGE = "https://github.com/quic/quic-teec.git"
8+ SECTION = "libs"
9+
10+ LICENSE = "BSD-3-Clause"
11+ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b1366ebba1ebd9ae25ad19626bbca93"
12+
13+ inherit cmake pkgconfig
14+
15+ SRC_URI = "\
16+ git://github.com/quic/quic-teec.git;branch=main;protocol=https \
17+ "
18+ SRCREV = "87c95f1d44fc9522d4268a64f1fb47f9e87ddcf1"
19+ PV = "1.0+git"
20+
21+ DEPENDS += " qcbor"
22+
23+ EXTRA_OECMAKE = " -DBUILD_UNITTEST=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5"
24+
25+ do_install :append () {
26+ install -d ${D}${bindir}
27+ install -m 0755 ${WORKDIR} /build /tests /unittest ${D}${bindir} /
28+ }
29+
30+ FILES :${PN} += " ${bindir} /unittest"
You can’t perform that action at this time.
0 commit comments