On Sun, 2021-05-02 at 18:54 +0100, 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"
Just to check, this was a missing symbol in ptest-runner and not in gstreamer? Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#151180): https://lists.openembedded.org/g/openembedded-core/message/151180 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]] -=-=-=-=-=-=-=-=-=-=-=-
