mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 1.0.1: * Change deflate_tree: base_length[] and length_code[] not to be const to avoid C2166 error on windows * Drop support for python 3.8 and add support for python 3.13 Patch 0001-Do-not-override-const-qualifier.patch has been merged in the upstream therefore the file is no longer needed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
488 B
BlitzBasic
17 lines
488 B
BlitzBasic
SUMMARY = "deflate64 compression/decompression library"
|
|
HOMEPAGE = "https://codeberg.org/miurahr/inflate64"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
SECTION = "devel/python"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
inherit python_setuptools_build_meta pypi
|
|
|
|
SRC_URI[sha256sum] = "3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-core \
|
|
python3-importlib-metadata \
|
|
"
|