From 3ec3be372d8662194d477c1ae7dd732eb8945408 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 3 May 2019 16:48:46 +0100 Subject: zlib-intel: add zlib fork with IA-specific optimisations This fork of zlib has a number of IA-specific improvements and is noticably faster when running on Intel hardware. As this is a relatively minor fork of zlib, include the oe-core recipe and override where appropriate. This ensures that we still generate the ptest package for example. Signed-off-by: Ross Burton Signed-off-by: Anuj Mittal --- recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb (limited to 'recipes-core') 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 new file mode 100644 index 00000000..02b75156 --- /dev/null +++ b/recipes-core/zlib/zlib-intel_1.2.11.1_jtkv6.3.bb @@ -0,0 +1,16 @@ +require recipes-core/zlib/zlib_1.2.11.bb + +FILESEXTRAPATHS_append = ":${COREBASE}/meta/recipes-core/zlib/zlib" + +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 " + +SRCREV = "a43a247bfa16ec5368747b5b64f11ea5ca033010" +S = "${WORKDIR}/git" + +RPROVIDES_${PN} += "zlib" +RPROVIDES_${PN}-ptest += "zlib-ptest" -- cgit v1.2.3-54-g00ecf