From bfad426bebbce7fef16a8ff8541faeb4f3dd667e Mon Sep 17 00:00:00 2001 From: Chee Yang Lee Date: Fri, 1 Apr 2022 13:25:04 +0800 Subject: zlib: override SRC_URI also add explicit branch and change protocol to https Signed-off-by: Chee Yang Lee Signed-off-by: Anuj Mittal --- recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb b/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb index 65303bff..a3a339b5 100644 --- a/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb +++ b/recipes-core/zlib/zlib-intel_1.2.11.1.jtkv6.3.bb @@ -6,8 +6,10 @@ SUMMARY = "Zlib Compression Library (Intel-tuned)" PROVIDES = "zlib" -SRC_URI_remove = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI_prepend = "git://github.com/jtkukunas/zlib.git;protocol=git " +SRC_URI = "git://github.com/jtkukunas/zlib.git;protocol=https;branch=master \ + file://ldflags-tests.patch \ + file://run-ptest \ + " SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf