From 6bb7ab5e76c84ffa391fd16f8804fb99db451c65 Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Fri, 29 Oct 2021 10:03:12 +0200 Subject: [PATCH] brotli: remove ... recipe is available in recent meta-openembedded --- recipes-devtools/brotli/brotli_git.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-devtools/brotli/brotli_git.bb diff --git a/recipes-devtools/brotli/brotli_git.bb b/recipes-devtools/brotli/brotli_git.bb deleted file mode 100644 index 7fd5111..0000000 --- a/recipes-devtools/brotli/brotli_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Brotli is a generic-purpose lossless compression algorithm." -HOMEPAGE = "https://github.com/google/brotli/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" - -inherit cmake - -SRC_URI = " \ - git://github.com/google/brotli.git;protocol=https \ -" - -PV = "1.0.9" -SRCREV = "v${PV}" -S = "${WORKDIR}/git" - -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" -