diff options
| author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2018-11-05 16:16:52 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-05 08:48:05 -0800 |
| commit | 80d37c453a68be6639701e220e99799b77372e37 (patch) | |
| tree | d5a62e0668e9a6f73f5c4fbeb3a94da9fafa8423 /meta-oe/recipes-extended/brotli | |
| parent | c90572b2f6f387f26e1e9e2a92aa1641513679d9 (diff) | |
| download | meta-openembedded-80d37c453a68be6639701e220e99799b77372e37.tar.gz | |
brotli: add initial recipe, based on meta-webkit layer
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/brotli')
| -rw-r--r-- | meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | 14 |
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 0000000000..b4d4773ee0 --- /dev/null +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Lossless compression library and tool" | ||
| 2 | DESCRIPTIOM = "Brotli is a generic-purpose lossless compression algorithm \ | ||
| 3 | that it is similar in speed to deflate but offers more dense compression." | ||
| 4 | HOMEPAGE = "https://github.com/google/brotli" | ||
| 5 | BUGTRACKER = "https://github.com/google/brotli/issues" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/google/brotli.git" | ||
| 10 | # tag 1.0.7 | ||
| 11 | SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake lib_package | ||
