diff options
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index 6aaf714c..4d1caa16 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -7,12 +7,10 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" | |||
7 | inherit pythonnative systemd | 7 | inherit pythonnative systemd |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ |
10 | file://0001-GCC-8-format-truncation-error.patch \ | ||
11 | file://0001-flags-CFLAGS-add-Wno-cpp.patch \ | ||
12 | " | 10 | " |
13 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
14 | 12 | ||
15 | SRCREV = "ab3c79ccd3ea9323e236d30037977c0a19944dbd" | 13 | SRCREV = "08428734c67fb559e420d87fa52fd74a955ea1bd" |
16 | 14 | ||
17 | EXTRA_OEMAKE = "ARCH=arm64" | 15 | EXTRA_OEMAKE = "ARCH=arm64" |
18 | 16 | ||