mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:24:26 +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:
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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user