From d1c74b1c1e8037a1ce9b0f248f1047df8d3bd667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 9 Sep 2016 11:35:02 +0100 Subject: strata/build-essential.morph: Use latest coreutils Old coreutils fails with: In file included from utimecmp.c:33:0: utimens.h:2:5: error: conflicting types for 'futimens' int futimens (int, char const *, struct timespec const [2]); ^ In file included from ./sys/stat.h:27:0, from utimecmp.h:25, from utimecmp.c:23: ///tools/include/sys/stat.h:371:12: note: previous declaration of 'futimens' was here extern int futimens (int __fd, const struct timespec __times[2]) __THROW; ^ Makefile:995: recipe for target 'utimecmp.o' failed Change-Id: I490eeb7692a1ae9e0e827673138ee0520d791861 --- strata/build-essential.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/build-essential.morph b/strata/build-essential.morph index f7ca7ae6..6ab1ca0c 100644 --- a/strata/build-essential.morph +++ b/strata/build-essential.morph @@ -413,8 +413,8 @@ chunks: - name: coreutils-tarball morph: strata/build-essential/coreutils-tarball.morph repo: upstream:coreutils-tarball - ref: cbf5993c43f49281173f185863577d86bfac6eae - unpetrify-ref: coreutils-6.9 + ref: 70e9163c9c18e995515598085cb824e554eb7ae7 + unpetrify-ref: coreutils-8.25 build-depends: - stage2-binutils - stage2-busybox -- cgit v1.2.1