diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-21 15:54:12 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-05-03 11:10:04 +0200 |
commit | 8156f9f9966ce41147227f070843f4d38b791231 (patch) | |
tree | 807f2ac725dc09137d49b84b803662e44d1833cb /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | e935761b9d53675ca9d6adc68f185d0f400efab4 (diff) |
Fix optee-client build by adding the missing LDFLAGS statement in the makefile
Honour the LDFLAGS also in the libteec and tee-supplicant.
Fixes:
ERROR: optee-client-1.1.0+renesas+gitAUTOINC+db9c64d458-r0 do_package_qa:
QA Issue: No GNU_HASH in the elf binary: /usr/bin/tee-supplicant' [ldflags]
Bug-AGL: SPEC-509
Change-Id: I6cb4f2f6c54945ef24a7ff72441c6d91b999b9a4
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index 9efbfb5..7bf6b09 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -10,6 +10,7 @@ SRCREV = "db9c64d45818d146200297eaaedbd421a8b59e3a" SRC_URI += " \ file://optee.service \ + file://0001-Honour-the-LDFLAGS-also-in-the-libteec-and-tee-suppl.patch \ " inherit systemd |