diff options
Diffstat (limited to 'recipes-security/optee/optee-client-qoriq.bb')
-rw-r--r-- | recipes-security/optee/optee-client-qoriq.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/optee/optee-client-qoriq.bb b/recipes-security/optee/optee-client-qoriq.bb index a5042703..6aaf714c 100644 --- a/recipes-security/optee/optee-client-qoriq.bb +++ b/recipes-security/optee/optee-client-qoriq.bb | |||
@@ -7,12 +7,12 @@ 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-Respect-LDFLAGS-set-from-OE-build.patch \ | ||
11 | file://0001-GCC-8-format-truncation-error.patch \ | 10 | file://0001-GCC-8-format-truncation-error.patch \ |
11 | file://0001-flags-CFLAGS-add-Wno-cpp.patch \ | ||
12 | " | 12 | " |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" | 15 | SRCREV = "ab3c79ccd3ea9323e236d30037977c0a19944dbd" |
16 | 16 | ||
17 | EXTRA_OEMAKE = "ARCH=arm64" | 17 | EXTRA_OEMAKE = "ARCH=arm64" |
18 | 18 | ||