mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-15 16:31:33 +00:00
Upgrade to release 3.1.1: - Correct how pkgconfig is handled in setup.py to account for multiple build flags - Improve how CHAR_BIT is handled Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
424 B
BlitzBasic
16 lines
424 B
BlitzBasic
DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-setuptools-scm-native \
|
|
${PYTHON_PN}-pkgconfig-native \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "1ac354804cb2d5fb3d213857a6bf8590a301ef051cc16fbb4938bd2d6e524bda"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|