[Buildroot] [git commit branch/2021.02.x] package/rcw-smarc-sal28: don't override dependencies

Peter Korsgaard peter at korsgaard.com
Wed Nov 17 15:02:59 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=04c5b72118e08eb4039729f856d948397ee2f5bc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

Don't override RCW_SMARC_SAL28_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>
(cherry picked from commit 7d653a7abd7f5e2fccb73343cb3f50ad0858bd0d)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rcw-smarc-sal28/rcw-smarc-sal28.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rcw-smarc-sal28/rcw-smarc-sal28.mk b/package/rcw-smarc-sal28/rcw-smarc-sal28.mk
index 0dce543811..c2961b1311 100644
--- a/package/rcw-smarc-sal28/rcw-smarc-sal28.mk
+++ b/package/rcw-smarc-sal28/rcw-smarc-sal28.mk
@@ -14,7 +14,7 @@ RCW_SMARC_SAL28_INSTALL_IMAGES = YES
 RCW_SMARC_SAL28_BOOT_VARIANT = $(call qstrip,$(BR2_PACKAGE_RCW_SMARC_SAL28_BOOT_VARIANT))
 
 ifeq ($(BR2_PACKAGE_RCW_SMARC_SAL28_BUILD_UPDATE_SCRIPT),y)
-RCW_SMARC_SAL28_DEPENDENCIES = host-uboot-tools
+RCW_SMARC_SAL28_DEPENDENCIES += host-uboot-tools
 define RCW_SMARC_SAL28_UPDATE_SCRIPT_BUILD_CMDS
 	MKIMAGE=$(HOST_DIR)/bin/mkimage $(MAKE) -C $(@D)/contrib all
 endef


More information about the buildroot mailing list