Hi Ross
I fix this by adding "#include <time.h>" in shared/timespec-util.hI will send a 
v5
Thanks
Fabien
On Mon, 2017-10-16 at 13:14 +0100, Burton, Ross wrote:
> Fails on the autobuilder when build against musl:
> http://errors.yoctoproject.org/Errors/Details/157183/
> 
> Ross
> On 28 September 2017 at 17:01, Fabien Lahoudere 
> <[email protected]> wrote:
> > Signed-off-by: Fabien Lahoudere <[email protected]>
> > 
> > ---
> > 
> >  .../wayland/{weston_2.0.0.bb => weston_3.0.0.bb}          | 15 
> > +++++++--------
> > 
> >  1 file changed, 7 insertions(+), 8 deletions(-)
> > 
> >  rename meta/recipes-graphics/wayland/{weston_2.0.0.bb => weston_3.0.0.bb} 
> > (90%)
> > 
> > 
> > 
> > diff --git a/meta/recipes-graphics/wayland/weston_2.0.0.bb b/meta/recipes-
> > graphics/wayland/weston_3.0.0.bb
> > 
> > similarity index 90%
> > 
> > rename from meta/recipes-graphics/wayland/weston_2.0.0.bb
> > 
> > rename to meta/recipes-graphics/wayland/weston_3.0.0.bb
> > 
> > index 8160f55..6b3fad7 100644
> > 
> > --- a/meta/recipes-graphics/wayland/weston_2.0.0.bb
> > 
> > +++ b/meta/recipes-graphics/wayland/weston_3.0.0.bb
> > 
> > @@ -9,12 +9,11 @@ SRC_URI = 
> > "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
> > 
> >             file://weston.png \
> > 
> >             file://weston.desktop \
> > 
> >             file://0001-make-error-portable.patch \
> > 
> > -           file://0001-configure.ac-Fix-wayland-protocols-path.patch \
> > 
> >             file://xwayland.weston-start \
> > 
> >             
> > file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \
> > 
> >  "
> > 
> > -SRC_URI[md5sum] = "15f38945942bf2a91fe2687145fb4c7d"
> > 
> > -SRC_URI[sha256sum] = 
> > "b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8"
> > 
> > +SRC_URI[md5sum] = "9c42a4c51a1b9f35d040fa9d45ada36d"
> > 
> > +SRC_URI[sha256sum] = 
> > "cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5"
> > 
> > 
> > 
> >  inherit autotools pkgconfig useradd distro_features_check
> > 
> >  # depends on virtual/egl
> > 
> > @@ -76,7 +75,7 @@ PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
> > 
> > 
> > 
> >  do_install_append() {
> > 
> >         # Weston doesn't need the .la files to load modules, so wipe them
> > 
> > -       rm -f ${D}/${libdir}/libweston-2/*.la
> > 
> > +       rm -f ${D}/${libdir}/libweston-3/*.la
> > 
> > 
> > 
> >         # If X11, ship a desktop file to launch it
> > 
> >         if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then
> > 
> > @@ -93,16 +92,16 @@ do_install_append() {
> > 
> >  }
> > 
> > 
> > 
> >  PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'xwayland', 
> > '${PN}-xwayland', '', d)} \
> > 
> > -             libweston-2 ${PN}-examples"
> > 
> > +             libweston-3 ${PN}-examples"
> > 
> > 
> > 
> >  FILES_${PN} = "${bindir}/weston ${bindir}/weston-terminal 
> > ${bindir}/weston-info
> > ${bindir}/weston-launch ${bindir}/wcap-decode ${libexecdir} 
> > ${libdir}/${BPN}/*.so ${datadir}"
> > 
> > 
> > 
> > -FILES_libweston-2 = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-2/*.so"
> > 
> > -SUMMARY_libweston-2 = "Helper library for implementing 'wayland window 
> > managers'."
> > 
> > +FILES_libweston-3 = "${libdir}/lib*${SOLIBS} ${libdir}/libweston-3/*.so"
> > 
> > +SUMMARY_libweston-3 = "Helper library for implementing 'wayland window 
> > managers'."
> > 
> > 
> > 
> >  FILES_${PN}-examples = "${bindir}/*"
> > 
> > 
> > 
> > -FILES_${PN}-xwayland = "${libdir}/libweston-2/xwayland.so"
> > 
> > +FILES_${PN}-xwayland = "${libdir}/libweston-3/xwayland.so"
> > 
> >  RDEPENDS_${PN}-xwayland += "xserver-xorg-xwayland"
> > 
> > 
> > 
> >  RDEPENDS_${PN} += "xkeyboard-config"
> > 
> > --
> > 
> > 1.8.3.1
> > 
> > 
> > 
> > --
> > 
> > _______________________________________________
> > 
> > Openembedded-core mailing list
> > 
> > [email protected]
> > 
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
> > 
> > 
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to