summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-support/fmt
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-support/fmt')
-rw-r--r--meta-openembedded/meta-oe/recipes-support/fmt/fmt_7.0.3.bb (renamed from meta-openembedded/meta-oe/recipes-support/fmt/fmt_6.2.0.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openembedded/meta-oe/recipes-support/fmt/fmt_6.2.0.bb b/meta-openembedded/meta-oe/recipes-support/fmt/fmt_7.0.3.bb
index 05dc94a99..d52731161 100644
--- a/meta-openembedded/meta-oe/recipes-support/fmt/fmt_6.2.0.bb
+++ b/meta-openembedded/meta-oe/recipes-support/fmt/fmt_7.0.3.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
SRC_URI += "git://github.com/fmtlib/fmt"
-SRCREV = "9bdd1596cef1b57b9556f8bef32dc4a32322ef3e"
+SRCREV = "cd4af11efc9c622896a3e4cb599fa28668ca3d05"
S = "${WORKDIR}/git"
@@ -13,3 +13,5 @@ inherit cmake
inherit ptest
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
+
+BBCLASSEXTEND = "native nativesdk"