summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/conf/include/ptest-packagelists-meta-oe.inc1
-rw-r--r--meta-oe/recipes-support/fmt/fmt_10.2.1.bb2
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
index fadec1221..29edd2f49 100644
--- a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
+++ b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc
@@ -10,7 +10,6 @@ PTESTS_FAST_META_OE = "\
10 cmocka \ 10 cmocka \
11 cunit \ 11 cunit \
12 duktape \ 12 duktape \
13 fmt \
14 function2 \ 13 function2 \
15 fwupd \ 14 fwupd \
16 gcab \ 15 gcab \
diff --git a/meta-oe/recipes-support/fmt/fmt_10.2.1.bb b/meta-oe/recipes-support/fmt/fmt_10.2.1.bb
index c2f19c43a..1437eb480 100644
--- a/meta-oe/recipes-support/fmt/fmt_10.2.1.bb
+++ b/meta-oe/recipes-support/fmt/fmt_10.2.1.bb
@@ -9,7 +9,7 @@ SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit cmake ptest 12inherit cmake
13 13
14EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" 14EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
15 15