aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/brotli/brotli_1.0.7.bb')
-rw-r--r--meta-oe/recipes-extended/brotli/brotli_1.0.7.bb14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index b4d4773ee0..0000000000
--- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-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