Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 |