Breaks with musl: | /data/poky-tmp/musl/work/corei7-64-poky-linux-musl/coreutils/8.31-r0/recipe-sysroot-native/usr/bin/x86_64-poky-linux-musl/../../libexec/x86_64-poky-linux-musl/gcc/x86_64-poky-linux-musl/8.3.0/ld: lib/libcoreutils.a(strtold.o):/usr/src/debug/coreutils/8.31-r0/build/../coreutils-8.31/lib/strtod.c:305: multiple definition of `minus_zero'; lib/libcoreutils.a(strtod.o):/usr/src/debug/coreutils/8.31-r0/build/../coreutils-8.31/lib/strtod.c:305: first defined here
Ross On Thu, 28 Mar 2019 at 01:14, Zang Ruochen <[email protected]> wrote: > > Upgrade from coreutils_8.30.bb to coreutils_8.31.bb > Change the md5 of file://src/ls.c beacuse of the date change in the file > > Signed-off-by: Zang Ruochen <[email protected]> > --- > .../coreutils/{coreutils_8.30.bb => coreutils_8.31.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-core/coreutils/{coreutils_8.30.bb => coreutils_8.31.bb} > (95%) > > diff --git a/meta/recipes-core/coreutils/coreutils_8.30.bb > b/meta/recipes-core/coreutils/coreutils_8.31.bb > similarity index 95% > rename from meta/recipes-core/coreutils/coreutils_8.30.bb > rename to meta/recipes-core/coreutils/coreutils_8.31.bb > index 8f4ee55712..d171ec93a9 100644 > --- a/meta/recipes-core/coreutils/coreutils_8.30.bb > +++ b/meta/recipes-core/coreutils/coreutils_8.31.bb > @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/coreutils/" > BUGTRACKER = "http://debbugs.gnu.org/coreutils" > LICENSE = "GPLv3+" > LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ > - > file://src/ls.c;beginline=1;endline=15;md5=dbe356a88b09c29232b083d1ff8ac82a" > + > file://src/ls.c;beginline=1;endline=15;md5=c456f9896277a0543e3866777ccc0255" > DEPENDS = "gmp libcap" > DEPENDS_class-native = "" > > @@ -20,8 +20,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.xz \ > file://0001-local.mk-fix-cross-compiling-problem.patch \ > " > > -SRC_URI[md5sum] = "ab06d68949758971fe744db66b572816" > -SRC_URI[sha256sum] = > "e831b3a86091496cdba720411f9748de81507798f6130adeaef872d206e1b057" > +SRC_URI[md5sum] = "0009a224d8e288e8ec406ef0161f9293" > +SRC_URI[sha256sum] = > "ff7a9c918edce6b4f4b2725e3f9b37b0c4d193531cac49a48b56c4d0d3a9e9fd" > > EXTRA_OECONF_class-native = "--without-gmp" > EXTRA_OECONF_class-target = "--enable-install-program=arch,hostname > --libexecdir=${libdir}" > -- > 2.20.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
