Message ID | 3333aa41-27c-d4cc-cd30-99b4ce3f968@crashcourse.ca |
---|---|
State | Accepted |
Headers | show |
Series | fmt: remove unnecessary "inherit ptest" directive | expand |
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"
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> ---