summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-05 16:19:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-07 11:13:24 +0000
commitdb3e08f8204ffa8222195c7cf3de95a4826c8ed6 (patch)
treeeddc36ca30b43356d1b3f7d61bf2f312b2a5ec6a /meta/conf
parent6ab80d3d53a184f5e82caf74bde9f3f3829d644d (diff)
downloadpoky-db3e08f8204ffa8222195c7cf3de95a4826c8ed6.tar.gz
fastfloat: add recipe
A header-only library for fast number parsing An older version of this recipe is included in meta-oe, since fastfloat is also used by libplacebo. If the recipe is accepted, I will send a patch for removal there. The reason why this is needed in oe-core is the upcoming vte release, which uses fastfloat but pulls it as a wrap-based subproject by default. (From OE-Core rev: 09aba21e7eb51b2ebe5448135c8c2438985240fe) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/maintainers.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index a6f413caa9..5515d46ca5 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -174,6 +174,7 @@ RECIPE_MAINTAINER:pn-eudev = "Anuj Mittal <anuj.mittal@intel.com>"
174RECIPE_MAINTAINER:pn-expat = "Yi Zhao <yi.zhao@windriver.com>" 174RECIPE_MAINTAINER:pn-expat = "Yi Zhao <yi.zhao@windriver.com>"
175RECIPE_MAINTAINER:pn-expect = "Unassigned <unassigned@yoctoproject.org>" 175RECIPE_MAINTAINER:pn-expect = "Unassigned <unassigned@yoctoproject.org>"
176RECIPE_MAINTAINER:pn-ffmpeg = "Unassigned <unassigned@yoctoproject.org>" 176RECIPE_MAINTAINER:pn-ffmpeg = "Unassigned <unassigned@yoctoproject.org>"
177RECIPE_MAINTAINER:pn-fastfloat = "Markus Volk <f_l_k@t-online.de>"
177RECIPE_MAINTAINER:pn-file = "Yi Zhao <yi.zhao@windriver.com>" 178RECIPE_MAINTAINER:pn-file = "Yi Zhao <yi.zhao@windriver.com>"
178RECIPE_MAINTAINER:pn-findutils = "Chen Qi <Qi.Chen@windriver.com>" 179RECIPE_MAINTAINER:pn-findutils = "Chen Qi <Qi.Chen@windriver.com>"
179RECIPE_MAINTAINER:pn-flac = "Michael Opdenacker <michael@opdenacker.org>" 180RECIPE_MAINTAINER:pn-flac = "Michael Opdenacker <michael@opdenacker.org>"