mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
protobuf: disable ptests for now
oe-core just moved from pkgconfig to pkgconf, which has broken the ptest buikd due to how fragile the compilation was. This will be revisited to build the tests properly, but for now simply disable the ptests. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
4fe575d155
commit
77ea4610d8
@ -53,6 +53,9 @@ LANG_SUPPORT = "cpp ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', ''
|
||||
CXXFLAGS:append:mipsarcho32 = " -latomic"
|
||||
CXXFLAGS:append:riscv32 = " -latomic"
|
||||
|
||||
# The ptests are not buildable now that pkgconf is being used, disable until fixed.
|
||||
PTEST_ENABLED = "0"
|
||||
|
||||
do_compile_ptest() {
|
||||
mkdir -p "${B}/${TEST_SRC_DIR}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user