aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2024-03-10 05:02:40 -0400
committerKhem Raj <raj.khem@gmail.com>2024-03-10 21:53:58 -0700
commit58224a65f286e49e593fa829825fdd39afcf817f (patch)
treea6e2466a8ffe6ca9024a3c569b1e9665610ccb06 /meta-oe/recipes-support
parent5eb1fa3418e69c6cdeeca08f7f630e2897e690f8 (diff)
downloadmeta-openembedded-contrib-58224a65f286e49e593fa829825fdd39afcf817f.tar.gz
fmt: remove unnecessary "inherit ptest" directive
Given that the recipe does not provide the standard ptest infrastructure, remove the superfluous inherit of ptest. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/fmt/fmt_10.2.1.bb2
1 files changed, 1 insertions, 1 deletions
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 c2f19c43aa..1437eb4803 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"
S = "${WORKDIR}/git"
-inherit cmake ptest
+inherit cmake
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"