mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
committed by
Khem Raj
parent
5eb1fa3418
commit
58224a65f2
@@ -10,7 +10,6 @@ PTESTS_FAST_META_OE = "\
|
||||
cmocka \
|
||||
cunit \
|
||||
duktape \
|
||||
fmt \
|
||||
function2 \
|
||||
fwupd \
|
||||
gcab \
|
||||
|
||||
@@ -9,7 +9,7 @@ SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake ptest
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user