[Buildroot] [git commit branch/2021.08.x] package/kexec: don't override dependencies

Peter Korsgaard peter at korsgaard.com
Tue Nov 9 09:54:59 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=78b99ec457d88e172118e3e12e1b98c84e7e0197
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x

Don't override KEXEC_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 7f1fa3b615aacee8846387eb975bb35309f36015)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/kexec/kexec.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk
index 13b852c8ed..81d35815d8 100644
--- a/package/kexec/kexec.mk
+++ b/package/kexec/kexec.mk
@@ -16,7 +16,7 @@ KEXEC_MAKE_OPTS = STRIP="$(TARGET_CROSS)strip"
 
 ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
 KEXEC_CONF_OPTS += --with-zlib
-KEXEC_DEPENDENCIES = zlib
+KEXEC_DEPENDENCIES += zlib
 else
 KEXEC_CONF_OPTS += --without-zlib
 endif


More information about the buildroot mailing list