From: Robert Yang <[email protected]>

It is required by ccache 4.10, from cmake/Dependencies.cmake:
find_package(Fmt 8.0.0 MODULE REQUIRED)

Signed-off-by: Robert Yang <[email protected]>
---
 meta/conf/distro/include/maintainers.inc |  1 +
 meta/recipes-devtools/fmt/fmt_10.2.1.bb  | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 meta/recipes-devtools/fmt/fmt_10.2.1.bb

diff --git a/meta/conf/distro/include/maintainers.inc 
b/meta/conf/distro/include/maintainers.inc
index 2977ca54f1e..42599267c1c 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -176,6 +176,7 @@ RECIPE_MAINTAINER:pn-file = "Yi Zhao 
<[email protected]>"
 RECIPE_MAINTAINER:pn-findutils = "Chen Qi <[email protected]>"
 RECIPE_MAINTAINER:pn-flac = "Michael Opdenacker <[email protected]>"
 RECIPE_MAINTAINER:pn-flex = "Chen Qi <[email protected]>"
+RECIPE_MAINTAINER:pn-fmt = "Robert Yang <[email protected]>"
 RECIPE_MAINTAINER:pn-font-alias = "Unassigned <[email protected]>"
 RECIPE_MAINTAINER:pn-font-util = "Unassigned <[email protected]>"
 RECIPE_MAINTAINER:pn-fontconfig = "Ross Burton <[email protected]>"
diff --git a/meta/recipes-devtools/fmt/fmt_10.2.1.bb 
b/meta/recipes-devtools/fmt/fmt_10.2.1.bb
new file mode 100644
index 00000000000..1437eb48034
--- /dev/null
+++ b/meta/recipes-devtools/fmt/fmt_10.2.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "open-source formatting library for C++"
+DESCRIPTION = "{fmt} is an open-source formatting library for C++. It can be 
used as a safe and fast alternative to (s)printf and iostreams."
+HOMEPAGE = "https://fmt.dev";
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
+
+SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https"
+SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.45.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#200559): 
https://lists.openembedded.org/g/openembedded-core/message/200559
Mute This Topic: https://lists.openembedded.org/mt/106626495/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to