From 848c7a2ccfebad53b4e61c17f9ae8f1758cc91c3 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Thu, 6 Aug 2015 18:08:01 +0100 Subject: Move GNU File into core to fix MIPS build Recent autoconf (and autoconf generated ./configure files) uses the "file" program to work out what binary format is currently being produced by the compiler when the architecture is MIPS. If "file" doesn't exist, or it fails to identify the binary format, autoconf/configure silently disables the building of shared libraries, which causes later chunks to fail to build at link stage due to missing .so files. Change-Id: Ia98a22d121fc8cb95d36bcb1d3ae2ce44cc6ddf5 --- strata/tools.morph | 6 ------ 1 file changed, 6 deletions(-) (limited to 'strata/tools.morph') diff --git a/strata/tools.morph b/strata/tools.morph index 4128cad9..e5eb89b0 100644 --- a/strata/tools.morph +++ b/strata/tools.morph @@ -9,10 +9,6 @@ chunks: repo: upstream:distcc ref: c9691a9604fdf9d6711204999787d332b7141692 unpetrify-ref: baserock/morph -- name: file - repo: upstream:file - ref: f69c3fd9bcb108292e7887dd889e8b49f68c4a52 - unpetrify-ref: file-5.22 - name: gdb morph: strata/tools/gdb.morph repo: upstream:binutils-gdb @@ -71,8 +67,6 @@ chunks: repo: upstream:ipmitool ref: be7917f9f58c8a354bc0960ed57516af5d2bd29a unpetrify-ref: IPMITOOL_1_8_14 - build-depends: - - file - name: parted morph: strata/tools/parted.morph repo: upstream:parted -- cgit v1.2.1