be4869f393
Add a patch to disable tests through the standard BUILD_TESTING variable which is already passed by cmake-package. While at it, drop protobuf dependency which is only needed for tests This will fix a build failure on toolchains without wchar, toolchains for sh4 (ICE) or toolchains where gcc is affected by bug 64735. Upstream thinks that this is unecessary but no additional feedback was received on how we should handle those build failures Fixes: - http://autobuild.buildroot.org/results/1cd24b757d87b963c70bc7ff927c6d983d0b142a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Maxim Kochetkov <fido_max@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
435 B
Makefile
14 lines
435 B
Makefile
################################################################################
|
|
#
|
|
# protozero
|
|
#
|
|
################################################################################
|
|
|
|
PROTOZERO_VERSION = 1.7.0
|
|
PROTOZERO_SITE = $(call github,mapbox,protozero,v$(PROTOZERO_VERSION))
|
|
PROTOZERO_LICENSE = BSD-2-Clause, Apache-2.0
|
|
PROTOZERO_LICENSE_FILES = LICENSE.md LICENSE.from_folly
|
|
PROTOZERO_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|