diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2018-10-05 22:45:54 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-09 12:02:41 +0100 |
commit | ec3eb678b15d91a450adf82f38e1c1d6d81fed9b (patch) | |
tree | ac2bcd644fed03f98c934bfd3b01f5b48aec83fe | |
parent | 390becd2dcf4fe791ec3715a74e34a46bd457e7a (diff) | |
download | openembedded-core-ec3eb678b15d91a450adf82f38e1c1d6d81fed9b.tar.gz openembedded-core-ec3eb678b15d91a450adf82f38e1c1d6d81fed9b.tar.bz2 openembedded-core-ec3eb678b15d91a450adf82f38e1c1d6d81fed9b.zip |
bzip2: Include the complete license information
For some reason, the copyright part was left out of the license
information included in LIC_FILES_CHKSUM, preventing it from being
used in, e.g., documentation to satisfy the requirements of the
license.
License-Update: Include the complete license information
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index 6cafe26180..025f45c472 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb @@ -5,7 +5,7 @@ LZ77/LZ78-based compressors, and approaches the performance of the PPM family of HOMEPAGE = "https://sourceware.org/bzip2/" SECTION = "console/utils" LICENSE = "bzip2" -LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2" +LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;endline=37;md5=39406315f540c69bd05b1531daedd2ae" PR = "r5" SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \ |