From 58224a65f286e49e593fa829825fdd39afcf817f Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sun, 10 Mar 2024 05:02:40 -0400 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/fmt_10.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') 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" S = "${WORKDIR}/git" -inherit cmake ptest +inherit cmake EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON" -- cgit v1.2.3-54-g00ecf