mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/netdata: disable unit tests
Disable unit tests which are enabled by default if cmocka is found since the addition of the package in commit1d2bb46907Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commitab721dc460) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8e01b96982
commit
455a9fe82e
@@ -10,7 +10,9 @@ NETDATA_LICENSE = GPL-3.0+
|
||||
NETDATA_LICENSE_FILES = LICENSE
|
||||
# netdata's source code is released without a generated configure script
|
||||
NETDATA_AUTORECONF = YES
|
||||
NETDATA_CONF_OPTS = --disable-dbengine
|
||||
NETDATA_CONF_OPTS = \
|
||||
--disable-dbengine \
|
||||
--disable-unit-tests
|
||||
NETDATA_DEPENDENCIES = libuv util-linux zlib
|
||||
|
||||
ifeq ($(BR2_GCC_ENABLE_LTO),y)
|
||||
|
||||
Reference in New Issue
Block a user