this fails with clang https://errors.yoctoproject.org/Errors/Details/570344/ it seems to be finding libboost_unit_test_framework.a on build host, which is not expected I wonder if you can reproduce this error when you install boost on your build host.
On Wed, Feb 10, 2021 at 12:56 PM Andreas Müller <[email protected]> wrote: > > Signed-off-by: Andreas Müller <[email protected]> > --- > .../recipes-graphics/cairo/cairomm4_1.16.0.bb | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb > > diff --git a/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb > b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb > new file mode 100644 > index 000000000..561962da4 > --- /dev/null > +++ b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb > @@ -0,0 +1,16 @@ > +SUMMARY = "C++ bindings for Cairo graphics library" > + > +LICENSE = "LGPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9" > + > +inherit meson > + > +BPN = "cairomm" > + > +DEPENDS = "cairo libsigc++-3" > + > +SRC_URI = "https://www.cairographics.org/releases/${BPN}-${PV}.tar.xz" > +SRC_URI[sha256sum] = > "7e881492c5f9f546688c31160deb742c166fc4c68b6b8eb9920c00a0f0f144f9" > + > +FILES_${PN}-dev += "${libdir}/cairomm-*/" > + > -- > 2.26.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89494): https://lists.openembedded.org/g/openembedded-devel/message/89494 Mute This Topic: https://lists.openembedded.org/mt/80542588/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
