mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
eda1ed4e35
With the current Poky Master these are no longer needed Azote already contains a folder named 'dist'. Rename it to avoid getting its files wiped out during build.
19 lines
451 B
BlitzBasic
19 lines
451 B
BlitzBasic
SUMMARY = "Python Module for the Brotli compression algorithm."
|
|
HOMEPAGE = "https://github.com/google/brotli/"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b"
|
|
|
|
inherit cmake setuptools3
|
|
|
|
SRC_URI = " \
|
|
git://github.com/google/brotli.git;protocol=https;branch=master \
|
|
"
|
|
|
|
PV = "1.0.9"
|
|
SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71"
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"
|
|
|