diff options
author | Stefan Fröberg <stefan.froberg@petroprogram.com> | 2017-11-29 23:17:13 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-03 22:42:04 +0100 |
commit | eb1a657880992a9eafb639a666a8b3ec0928f14c (patch) | |
tree | 7dd8a4c673037b486698025dcd47cf8267a3b512 /package/libzlib/libzlib.hash | |
parent | 287775d241b90993de3d0da3af11e72b5c406084 (diff) | |
download | buildroot-eb1a657880992a9eafb639a666a8b3ec0928f14c.tar.gz buildroot-eb1a657880992a9eafb639a666a8b3ec0928f14c.zip |
zlib: switch to a virtual package
The existing zlib package is renamed to libzlib, and zlib is turned
into a virtual package. This is done in preparation to the
introduction of zlib-ng as an alternative implementation.
Signed-off-by: Stefan Fröberg <stefan.froberg@petroprogram.com>
[Thomas: define BR2_PACKAGE_PROVIDES_HOST_ZLIB as suggested by Yann
E. Morin.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libzlib/libzlib.hash')
-rw-r--r-- | package/libzlib/libzlib.hash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libzlib/libzlib.hash b/package/libzlib/libzlib.hash new file mode 100644 index 0000000000..e3736b1011 --- /dev/null +++ b/package/libzlib/libzlib.hash @@ -0,0 +1,4 @@ +# From http://www.zlib.net/ +sha256 4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066 zlib-1.2.11.tar.xz +# License files, locally calculated +sha256 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15 README |