mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08: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 commit1d2bb46907
Signed-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:
parent
7487f0fc77
commit
029b7a2356
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user