packagegroup-self-hosted: update for strace

strace has been set imcompatible with riscv32, so update in
packagegroup-self-hosted.bb accordingly.

(From OE-Core rev: d326c561f90666f292d55b029e358c86b765b7c4)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kai Kang
2022-08-14 23:18:02 +08:00
committed by Richard Purdie
parent dfc6a93d0b
commit 43bd04cf17

View File

@@ -98,11 +98,14 @@ RDEPENDS:packagegroup-self-hosted-sdk:append:libc-glibc = "\
glibc-utils \
rpcsvc-proto \
"
STRACE = "strace"
STRACE:riscv32 = ""
RDEPENDS:packagegroup-self-hosted-debug = " \
gdb \
gdbserver \
rsync \
strace \
${STRACE} \
tcf-agent"