summaryrefslogtreecommitdiffstats
path: root/package/i2c-tools/0008-lib-Module.mk-don-t-install-dynamic-library-when-dis.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-11 16:30:05 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-12-11 23:09:33 +0100
commitef78742b3e2e29d547409489263a311b601b7cd7 (patch)
treebbaea8ac2895afa22f22777bf292ad894495c45b /package/i2c-tools/0008-lib-Module.mk-don-t-install-dynamic-library-when-dis.patch
parent1e5e1eac545c2c5abcfff4a6979913c42d17ad52 (diff)
downloadbuildroot-ef78742b3e2e29d547409489263a311b601b7cd7.tar.gz
buildroot-ef78742b3e2e29d547409489263a311b601b7cd7.zip
package/intel-microcode: don't use install -D -t
Commit 1f0beaf9a8e2b8f0bb6e53694b38d70900b9128f ("intel-microcode: bump to version 20180807a") introduced the use of "install -D -t" to the intel-microcode package. The intent is that install will create the full destination directory, including all components leading to it, before copying the files. Unfortunately, "install -D -t" is only supported since coreutils since v8.23. Several of the build systems we support have older coreutils versions, such as Debian 7, which uses coreutils 8.13. Ubuntu 14.04 also doesn't have a recent enough coreutils. So let's create the directory explicitly first, and then use a more regular "install -t". Fixes: http://autobuild.buildroot.net/results/aa44f9ff90f296f886be6309b3355ed075494fb2/ Note: the "gzip: stdout: Broken pipe" messages in those failures seem unrelated. We have been able to reproduce the installation failure without those "Broken pipe" issues, and we have not been able to reproduce those "Broken pipe" problems. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Tested-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/i2c-tools/0008-lib-Module.mk-don-t-install-dynamic-library-when-dis.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud