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>
This commit is contained in:
Robert P. J. Day
2024-03-10 05:02:40 -04:00
committed by Khem Raj
parent 5eb1fa3418
commit 58224a65f2
2 changed files with 1 additions and 2 deletions
@@ -10,7 +10,6 @@ PTESTS_FAST_META_OE = "\
cmocka \
cunit \
duktape \
fmt \
function2 \
fwupd \
gcab \
+1 -1
View File
@@ -9,7 +9,7 @@ SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
S = "${WORKDIR}/git"
inherit cmake ptest
inherit cmake
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"