python-brotli: add recipe

This commit is contained in:
MarkusVolk
2021-10-22 11:37:11 +02:00
parent 1d685e4319
commit 8c72f35420
3 changed files with 18 additions and 0 deletions

View File

@ -1,18 +0,0 @@
SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data)"
HOMEPAGE = "https://github.com/google/highway/"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
inherit cmake
SRC_URI = " \
git://github.com/google/highway.git;protocol=https \
"
PV = "0.14.2"
SRCREV = "${PV}"
S = "${WORKDIR}/git"
EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"