public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Clément Péron" <peron.clem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Clément Péron" <peron.clem@gmail.com>
Subject: [RFC PATCH 2/4] devtools: protobuf: add utf8-range recipe
Date: Thu, 20 Jul 2023 18:23:00 +0200	[thread overview]
Message-ID: <20230720162535.116519-3-peron.clem@gmail.com> (raw)
In-Reply-To: <20230720162535.116519-1-peron.clem@gmail.com>

Utf8 range is a new algorithm that implement fast UTF8 validation.

It is required to compile examples for new protobuf.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
---
 .../protobuf/utf8-range_git.bb                | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/protobuf/utf8-range_git.bb

diff --git a/meta-oe/recipes-devtools/protobuf/utf8-range_git.bb b/meta-oe/recipes-devtools/protobuf/utf8-range_git.bb
new file mode 100644
index 000000000..86ecb74d6
--- /dev/null
+++ b/meta-oe/recipes-devtools/protobuf/utf8-range_git.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Fast UTF-8 validation with Range algorithm"
+DESCRIPTION = "This is a brand new algorithm to leverage SIMD for fast UTF-8 \
+string validation. Both NEON(armv8a) and SSE4 versions are implemented."
+HOMEPAGE = "https://github.com/protocolbuffers/utf8_range"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d4974d297231477b2ff507c35d61c13c"
+
+DEPENDS = "abseil-cpp"
+
+SRC_URI = "git://github.com/protocolbuffers/utf8_range.git;branch=main;protocol=https"
+SRCREV = "d863bc33e15cba6d873c878dcca9e6fe52b2f8cb"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += "\
+    -Dutf8_range_ENABLE_TESTS=OFF \
+"
+
+BBCLASSEXTEND = "native nativesdk"
+
-- 
2.41.0



  parent reply	other threads:[~2023-07-20 16:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-20 16:22 [RFC PATCH 0/4] Bump Protobuf/gRPC Clément Péron
2023-07-20 16:22 ` [RFC PATCH 1/4] jsoncpp: extend with nativesdk Clément Péron
2023-07-20 16:23 ` Clément Péron [this message]
2023-07-20 16:23 ` [RFC PATCH 3/4] protobuf: bump to 3.23.4 Clément Péron
2023-07-20 16:23 ` [RFC PATCH 4/4] devtools: grpc: bump to 1.56.2 Clément Péron
2023-07-20 16:38 ` [OE-core] [RFC PATCH 0/4] Bump Protobuf/gRPC Martin Jansa
2023-07-21  9:07   ` Clément Péron
     [not found]   ` <1773D6CEC3F30D4C.21241@lists.openembedded.org>
2023-07-22 10:11     ` Clément Péron

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=20230720162535.116519-3-peron.clem@gmail.com \
    --to=peron.clem@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox