summaryrefslogtreecommitdiffstats
path: root/recipes-core/zlib
Commit message (Collapse)AuthorAgeFilesLines
* zlib-intel: remove recipeAnuj Mittal2022-03-301-18/+0
| | | | | | | | | zlib has a new release and this fork hasn't rebased onto that version yet. Drop this recipe and use the OE-core version for now. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* meta: add explicit branch and protocol to SRC_URIAnuj Mittal2021-11-031-1/+1
| | | | | | | | | Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert_srcuri script for OE-Core. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-311-5/+5
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: use '.' instead of '_' in PVAnuj Mittal2019-08-101-0/+2
| | | | | | | | | | Otherwise everything after underscore either gets ignored (in case of devtool) or converted to a hyphen. This ensures that the version is handled more consistently. Also add a custom GITTAGREGEX check to check for upstream releases. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* zlib-intel: add zlib fork with IA-specific optimisationsRoss Burton2019-05-061-0/+16
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 <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>