diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-13 12:04:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:23 +0000 |
commit | 56e8fc5b1395f3b670ad76a1266be10c1edd10c1 (patch) | |
tree | ffe8dd9625902ffc250f6bef02228d27dfc8a603 /meta/recipes-extended/pigz/pigz.inc | |
parent | ca6cb22715113c1ba8b88a652cd8aa343305b3bf (diff) | |
download | poky-56e8fc5b1395f3b670ad76a1266be10c1edd10c1.tar.gz |
pigz: add Apache-2.0 to LICENSE
As of version 2.3, pigz ships a copy of zopfli, which is Apache-2.0
licensed, so we need to add this to LICENSE.
Thanks to Clemens Lang for reporting this.
(From OE-Core rev: 84968d3db166b592c95b7a867d7a885752f8a428)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pigz/pigz.inc')
-rw-r--r-- | meta/recipes-extended/pigz/pigz.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pigz/pigz.inc b/meta/recipes-extended/pigz/pigz.inc index 355fb2a4ec..d313f2f6f8 100644 --- a/meta/recipes-extended/pigz/pigz.inc +++ b/meta/recipes-extended/pigz/pigz.inc | |||
@@ -5,7 +5,7 @@ multiple cores to the hilt when compressing data. pigz was written by Mark \ | |||
5 | Adler, and uses the zlib and pthread libraries." | 5 | Adler, and uses the zlib and pthread libraries." |
6 | HOMEPAGE = "http://zlib.net/pigz/" | 6 | HOMEPAGE = "http://zlib.net/pigz/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "Zlib" | 8 | LICENSE = "Zlib & Apache-2.0" |
9 | 9 | ||
10 | SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz" | 10 | SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz" |
11 | 11 | ||