diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-08-17 18:01:10 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-19 23:16:23 +0200 |
commit | 9c6b9a2bb0d74bf588a275dd14c0f373f302a5d2 (patch) | |
tree | 5df2d9bd7005d7dd8b865e57bd89d0f2db076fb7 /support | |
parent | 561622e4ef52cc2697abd6e0a21f56f150caef8a (diff) | |
download | buildroot-9c6b9a2bb0d74bf588a275dd14c0f373f302a5d2.tar.gz buildroot-9c6b9a2bb0d74bf588a275dd14c0f373f302a5d2.zip |
docs: libtool patches are not handled by legal-info infrastructure.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: slightly reword with Yann's suggestion.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/legal-info/README.header | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/legal-info/README.header b/support/legal-info/README.header index 1f3524f599..d3bdf71bcf 100644 --- a/support/legal-info/README.header +++ b/support/legal-info/README.header @@ -20,6 +20,11 @@ This material is composed of the following items. with a file named 'series' that lists the patches in the order they were applied. Patches are under the same license as the files that they modify in the original package. + Note: Buildroot applies additional patches to Libtool scripts of + autotools-based packages. These patches can be found under + support/libtool in the Buildroot source and, due to technical + limitations, are not saved with the package sources. You may need + to collect them manually. * A manifest file listing the configured packages and related information. * The license text of the packages; they have been saved in the licenses/ subdirectory. |