<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-extended/ripgrep, branch master</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-12-13T06:37:46+00:00</updated>
<entry>
<title>ripgrep: limit libstd-rs DEPENDS to class-target</title>
<updated>2025-12-13T06:37:46+00:00</updated>
<author>
<name>Deepesh Varatharajan</name>
<email>Deepesh.Varatharajan@windriver.com</email>
</author>
<published>2025-12-13T06:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=9ddb4b60f796da8bf315210772e74a338e9273e5'/>
<id>urn:sha1:9ddb4b60f796da8bf315210772e74a338e9273e5</id>
<content type='text'>
Avoid pulling in a non-existent libstd-rs-native dependency by
restricting libstd-rs to class-target builds.

Signed-off-by: Deepesh Varatharajan &lt;Deepesh.Varatharajan@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>ripgrep: Add ripgrep recipe</title>
<updated>2025-12-10T16:56:13+00:00</updated>
<author>
<name>Deepesh Varatharajan</name>
<email>Deepesh.Varatharajan@windriver.com</email>
</author>
<published>2025-12-09T08:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1feb12a4bcda6b0db900733f2d2f5c08f8f2b988'/>
<id>urn:sha1:1feb12a4bcda6b0db900733f2d2f5c08f8f2b988</id>
<content type='text'>
ripgrep is a fast, line-oriented search tool written in Rust.
Add recipe for the latest release (15.1.0)

- Recursively searches the current directory using a regex pattern
- Respects .gitignore rules
- Provides first-class support on Linux
- 'rg' is significantly faster than grep

More information: https://crates.io/crates/ripgrep

Upstream Benchmarks:
Task                                 ripgrep               GNU grep               Speedup vs grep
Basic search (Unicode)          536 lines, 0.082s       536 lines, 0.273s       ripgrep ~3.3× faster
Ignoring gitignore files        447 lines, 0.063s       447 lines, 0.674s       ripgrep ~10× faster
Large single file (~13GB)       7882 lines, 1.042s      7882 lines, 6.577s      ripgrep ~6.3× faster

Bechmarks inside qemu (ripgrep built from this recipe):
Tool &amp; Command                      Real Time    User Time    Sys Time    Speedup vs grep
ripgrep (rg "printf" /usr)           0.496 s      0.511 s     0.604 s       3.1× faster
grep (grep -R "printf" /usr)         1.533 s      0.633 s     0.897 s            —

Signed-off-by: Deepesh Varatharajan &lt;Deepesh.Varatharajan@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
