summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2018-11-05 16:16:52 +0100
committerArmin Kuster <akuster808@gmail.com>2018-11-15 13:18:50 -0800
commit0ded4a44ac2bbc186e4f3df8c60eade85e8e94eb (patch)
tree3372e91a58842af338cc3c1d790bc9220e834388
parent11618247e8f871233f4924241c48ebab2aca3fd1 (diff)
downloadmeta-openembedded-0ded4a44ac2bbc186e4f3df8c60eade85e8e94eb.tar.gz
brotli: add initial recipe, based on meta-webkit layer
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/brotli/brotli_1.0.7.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
new file mode 100644
index 000000000..b4d4773ee
--- /dev/null
+++ b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Lossless compression library and tool"
2DESCRIPTIOM = "Brotli is a generic-purpose lossless compression algorithm \
3that it is similar in speed to deflate but offers more dense compression."
4HOMEPAGE = "https://github.com/google/brotli"
5BUGTRACKER = "https://github.com/google/brotli/issues"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
8
9SRC_URI = "git://github.com/google/brotli.git"
10# tag 1.0.7
11SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541"
12S = "${WORKDIR}/git"
13
14inherit cmake lib_package