summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-05-03 18:10:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-04 22:48:16 +0100
commitfaf11978654c475e22f7e62312d24f1acc828e3d (patch)
tree5c474d02282373b15a5cd3b0ddc2c7f14abff2d1 /meta/recipes-support
parentdad4cfaca33ccc282a9d32463efa1f0a0d36cf31 (diff)
downloadpoky-faf11978654c475e22f7e62312d24f1acc828e3d.tar.gz
ptest-runner: libgcc must be installed for pthread_cancel to work
This only affects glibc systems and have been 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 (From OE-Core rev: 1cb679e6a4528a2cef16f65342d5e65adb14cb16) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb2
1 files changed, 2 insertions, 0 deletions
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..6bd10d2fec 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 () {
26do_install () { 26do_install () {
27 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner 27 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
28} 28}
29
30RDEPENDS_${PN}_append_libc-glibc = " libgcc"