mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
brotli: add initial recipe, based on meta-webkit layer
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c90572b2f6
commit
80d37c453a
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Lossless compression library and tool"
|
||||
DESCRIPTIOM = "Brotli is a generic-purpose lossless compression algorithm \
|
||||
that it is similar in speed to deflate but offers more dense compression."
|
||||
HOMEPAGE = "https://github.com/google/brotli"
|
||||
BUGTRACKER = "https://github.com/google/brotli/issues"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
|
||||
|
||||
SRC_URI = "git://github.com/google/brotli.git"
|
||||
# tag 1.0.7
|
||||
SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake lib_package
|
||||
Reference in New Issue
Block a user