Given that the recipe does not provide the standard ptest infrastructure, remove the superfluous inherit of ptest.
Signed-off-by: Robert P. J. Day <[email protected]> --- 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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109250): https://lists.openembedded.org/g/openembedded-devel/message/109250 Mute This Topic: https://lists.openembedded.org/mt/104841328/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
