mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/dtc: disable valgrind
Since version 1.5.0, dtc optionally depends on valgrind so disable it by setting NO_VALGRIND to 1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
495e757d20
commit
56d6dd4530
@@ -15,11 +15,13 @@ HOST_DTC_DEPENDENCIES = host-bison host-flex
|
|||||||
|
|
||||||
DTC_MAKE_OPTS = \
|
DTC_MAKE_OPTS = \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
NO_PYTHON=1
|
NO_PYTHON=1 \
|
||||||
|
NO_VALGRIND=1
|
||||||
|
|
||||||
HOST_DTC_MAKE_OPTS = \
|
HOST_DTC_MAKE_OPTS = \
|
||||||
PREFIX=$(HOST_DIR) \
|
PREFIX=$(HOST_DIR) \
|
||||||
NO_PYTHON=1 \
|
NO_PYTHON=1 \
|
||||||
|
NO_VALGRIND=1 \
|
||||||
NO_YAML=1
|
NO_YAML=1
|
||||||
|
|
||||||
define DTC_POST_INSTALL_TARGET_RM_DTDIFF
|
define DTC_POST_INSTALL_TARGET_RM_DTDIFF
|
||||||
|
|||||||
Reference in New Issue
Block a user