[Buildroot] [git commit] boot/uboot: don't override dependencies

Yann E. MORIN yann.morin.1998 at free.fr
Wed Nov 10 09:39:47 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=9de2c792e19d572645d1a2e813516fd8e541fa4f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Don't override UBOOT_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 boot/uboot/uboot.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 2eb1792de9..a10e224501 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -525,7 +525,7 @@ UBOOT_DEPENDENCIES += \
 $(eval $(generic-package))
 else ifeq ($(BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG),y)
 UBOOT_MAKE_ENV = $(TARGET_MAKE_ENV)
-UBOOT_KCONFIG_DEPENDENCIES = \
+UBOOT_KCONFIG_DEPENDENCIES += \
 	$(BR2_MAKE_HOST_DEPENDENCY) \
 	$(BR2_BISON_HOST_DEPENDENCY) \
 	$(BR2_FLEX_HOST_DEPENDENCY)


More information about the buildroot mailing list