mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +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 \
|
cmocka \
|
||||||
cunit \
|
cunit \
|
||||||
duktape \
|
duktape \
|
||||||
fmt \
|
|
||||||
function2 \
|
function2 \
|
||||||
fwupd \
|
fwupd \
|
||||||
gcab \
|
gcab \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake ptest
|
inherit cmake
|
||||||
|
|
||||||
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user