From b2bd8c7dde85b3da7035afa63ddebf7f73564b8e Mon Sep 17 00:00:00 2001 From: "C.R. Guo" Date: Wed, 7 Mar 2018 16:45:46 +0800 Subject: [PATCH] optee-client: Rename optee-client -> optee-client-qoriq Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- .../optee/{optee-client.bb => optee-client-qoriq.bb} | 4 +++- .../0001-Respect-LDFLAGS-set-from-OE-build.patch | 0 2 files changed, 3 insertions(+), 1 deletion(-) rename recipes-security/optee/{optee-client.bb => optee-client-qoriq.bb} (87%) rename recipes-security/optee/{optee-client => optee-client-qoriq}/0001-Respect-LDFLAGS-set-from-OE-build.patch (100%) diff --git a/recipes-security/optee/optee-client.bb b/recipes-security/optee/optee-client-qoriq.bb similarity index 87% rename from recipes-security/optee/optee-client.bb rename to recipes-security/optee/optee-client-qoriq.bb index 45e0b75c..bae18f86 100644 --- a/recipes-security/optee/optee-client.bb +++ b/recipes-security/optee/optee-client-qoriq.bb @@ -6,13 +6,15 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" inherit pythonnative systemd -SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_client;nobranch=1 \ +SRC_URI = "git://github.com/qoriq-open-source/optee_client.git;nobranch=1 \ file://0001-Respect-LDFLAGS-set-from-OE-build.patch \ " S = "${WORKDIR}/git" SRCREV = "73b4e490a8ed0b4a7714818e80998b9d8a7da958" +EXTRA_OEMAKE = "ARCH=arm64" + do_install() { oe_runmake install diff --git a/recipes-security/optee/optee-client/0001-Respect-LDFLAGS-set-from-OE-build.patch b/recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch similarity index 100% rename from recipes-security/optee/optee-client/0001-Respect-LDFLAGS-set-from-OE-build.patch rename to recipes-security/optee/optee-client-qoriq/0001-Respect-LDFLAGS-set-from-OE-build.patch -- 2.40.1