2021-10-22 11:37:11 +02:00
|
|
|
SUMMARY = "Python Module for the Brotli compression algorithm."
|
2021-10-21 12:05:23 +02:00
|
|
|
HOMEPAGE = "https://github.com/google/brotli/"
|
|
|
|
|
|
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
|
|
|
|
|
2021-10-22 11:37:11 +02:00
|
|
|
inherit cmake setuptools3
|
2021-10-21 12:05:23 +02:00
|
|
|
|
|
|
|
SRC_URI = " \
|
2021-11-23 17:16:27 +01:00
|
|
|
git://github.com/google/brotli.git;protocol=https;branch=master \
|
2021-10-21 12:05:23 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
PV = "1.0.9"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71"
|
2021-10-21 12:05:23 +02:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
|
|
|
|