From c7ee12876fdc0fa6d04fa9d25c0b1c2b6e2b2473 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 31 Dec 2023 15:11:28 +0100 Subject: [PATCH] python-brotli: remove duplicate recipe --- recipes-devtools/python/python-brotli_git.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 recipes-devtools/python/python-brotli_git.bb diff --git a/recipes-devtools/python/python-brotli_git.bb b/recipes-devtools/python/python-brotli_git.bb deleted file mode 100644 index d5b4169..0000000 --- a/recipes-devtools/python/python-brotli_git.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Python Module for the Brotli compression algorithm." -HOMEPAGE = "https://github.com/google/brotli/" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" - -inherit cmake setuptools3 - -SRC_URI = " \ - git://github.com/google/brotli.git;protocol=https;branch=master \ -" - -PV = "1.0.9" -SRCREV = "e61745a6b7add50d380cfd7d3883dd6c62fc2c71" -S = "${WORKDIR}/git" - -EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" -