mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
pigz: fix upstream version check
(From OE-Core rev: 1e9fb4e0c529044d0c51c0c7fe02f7c1f4439d17) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2fda4c9b2e
commit
12119cc1f9
@@ -7,8 +7,6 @@ HOMEPAGE = "http://zlib.net/pigz/"
|
||||
SECTION = "console/utils"
|
||||
LICENSE = "Zlib & Apache-2.0"
|
||||
|
||||
SRC_URI = "http://zlib.net/${BPN}/${BP}.tar.gz"
|
||||
|
||||
PROVIDES_class-native += "gzip-native"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require pigz.inc
|
||||
LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95"
|
||||
|
||||
UPSTREAM_CHECK_URI := "${SRC_URI}"
|
||||
UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
|
||||
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
|
||||
SRC_URI += "file://link-order.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user