All of lore.kernel.org
 help / color / mirror / Atom feed
From: cp0613@linux.alibaba.com
To: openembedded-core@lists.openembedded.org
Cc: cp0613 <cp0613@linux.alibaba.com>
Subject: [OE-core] [PATCH v2 1/5] add python3-brotli_1.0.9 in meta/recipes-devtools/python
Date: Sat,  5 Nov 2022 16:25:31 +0800	[thread overview]
Message-ID: <20221105082535.554-1-cp0613@linux.alibaba.com> (raw)

From: cp0613 <cp0613@linux.alibaba.com>

Signed-off-by: cp0613 <cp0613@linux.alibaba.com>
---
 .../python/python3-brotli_1.0.9.bb            | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-brotli_1.0.9.bb

diff --git a/meta/recipes-devtools/python/python3-brotli_1.0.9.bb b/meta/recipes-devtools/python/python3-brotli_1.0.9.bb
new file mode 100644
index 0000000000..590ef8ac2f
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-brotli_1.0.9.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Brotli compression format"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/brotli-${PV}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
+
+# pypi package does not have a valid license file
+SRC_URI = "http://codeload.github.com/google/brotli/tar.gz/v${PV};downloadfilename=brotli-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "c2274f0c7af8470ad514637c35bcee7d"
+SRC_URI[sha256sum] = "f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46"
+
+S = "${WORKDIR}/brotli-${PV}"
+
+inherit setuptools3
+
+RDEPENDS_${PN} = "\
+  ${PYTHON_PN}-cffi \
+"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



             reply	other threads:[~2022-11-05  8:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-05  8:25 cp0613 [this message]
2022-11-05  8:25 ` [OE-core] [PATCH v2 2/5] update meta/recipes-devtools/python/python3-brotli_1.0.9.bb cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 3/5] " cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 4/5] " cp0613
2022-11-05  8:25 ` [OE-core] [PATCH v2 5/5] " cp0613
  -- strict thread matches above, loose matches on Subject: below --
2022-11-05  8:19 [OE-core] [PATCH v2 1/5] add python3-brotli_1.0.9 in meta/recipes-devtools/python cp0613
2022-11-05  8:15 cp0613

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221105082535.554-1-cp0613@linux.alibaba.com \
    --to=cp0613@linux.alibaba.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.