On 5/2/21 10:54 AM, Jose Quaresma wrote:
found on runqemu core-image-minimal with gstreamer ptest-runner
STOP: ptest-runner
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
Signed-off-by: Jose Quaresma <[email protected]>
---
meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
index 57a3ae005b..fe6ef2a43f 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb
@@ -26,3 +26,5 @@ do_compile () {
do_install () {
install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
}
+
+RDEPENDS_${PN} += "libgcc"
this is a workaround needed for glibc systems, we do not need this for
musl so lets mark it accordingly
RDEPENDS_${PN}_append_libc-glibc = " libgcc"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151178):
https://lists.openembedded.org/g/openembedded-core/message/151178
Mute This Topic: https://lists.openembedded.org/mt/82533252/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-