public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] optee-client: Add missing runtime dependency
@ 2023-07-13  5:32 Jan Kiszka
  2023-07-14 15:17 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2023-07-13  5:32 UTC (permalink / raw)
  To: isar-users; +Cc: Su, Bao Cheng (RC-CN DF FA R&D)

From: Jan Kiszka <jan.kiszka@siemens.com>

The alternative service file uses pgrep and pkill.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

I wasn't able to test yet if this fixes all the issues seen with this 
service, so this may still be incomplete.

 meta/recipes-bsp/optee-client/files/debian/control.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-bsp/optee-client/files/debian/control.tmpl b/meta/recipes-bsp/optee-client/files/debian/control.tmpl
index de780b73..23e1367a 100644
--- a/meta/recipes-bsp/optee-client/files/debian/control.tmpl
+++ b/meta/recipes-bsp/optee-client/files/debian/control.tmpl
@@ -12,6 +12,7 @@ Section: libdevel
 Architecture: ${DISTRO_ARCH}
 Multi-Arch: same
 Depends: libteec1 (= ${binary:Version}),
+         procps,
          ${misc:Depends}
 Description: normal world user space client APIs for OP-TEE (development)
  OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
-- 
2.35.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-14 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13  5:32 [PATCH] optee-client: Add missing runtime dependency Jan Kiszka
2023-07-14 15:17 ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox