diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:40:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-02 18:23:06 +0100 |
commit | c05e07afffe3c2f518d71f15d94d2c0ff5b0c95c (patch) | |
tree | 026ce5f5844ed5fc76a910e035d86906abb4f65c /meta/recipes-extended/pigz | |
parent | ef06de958e06c42453b06a6ae91097407fde731a (diff) | |
download | poky-c05e07afffe3c2f518d71f15d94d2c0ff5b0c95c.tar.gz |
pigz: upgrade 2.7 -> 2.8
(From OE-Core rev: eaf8cf1a24b6459877139105a4a2917751de3998)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pigz')
-rw-r--r-- | meta/recipes-extended/pigz/pigz_2.8.bb (renamed from meta/recipes-extended/pigz/pigz_2.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.7.bb b/meta/recipes-extended/pigz/pigz_2.8.bb index 9a1c591b27..fcf0c93e41 100644 --- a/meta/recipes-extended/pigz/pigz_2.7.bb +++ b/meta/recipes-extended/pigz/pigz_2.8.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "Zlib & Apache-2.0" | |||
9 | LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21" | 9 | LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21" |
10 | 10 | ||
11 | SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz" | 11 | SRC_URI = "http://zlib.net/${BPN}/fossils/${BP}.tar.gz" |
12 | SRC_URI[sha256sum] = "b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707" | 12 | SRC_URI[sha256sum] = "eb872b4f0e1f0ebe59c9f7bd8c506c4204893ba6a8492de31df416f0d5170fd0" |
13 | PROVIDES:class-native += "gzip-native" | 13 | PROVIDES:class-native += "gzip-native" |
14 | 14 | ||
15 | # Point this at the homepage in case /fossils/ isn't updated | 15 | # Point this at the homepage in case /fossils/ isn't updated |