[Buildroot] [git commit branch/2021.02.x] package/rsh-redone: don't override dependencies

Peter Korsgaard peter at korsgaard.com
Mon Nov 8 15:10:23 UTC 2021


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

Don't override RSH_REDONE_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 d5253000213b77e265cbf88c56c1d6a1fd9d3aa2)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/rsh-redone/rsh-redone.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rsh-redone/rsh-redone.mk b/package/rsh-redone/rsh-redone.mk
index f63da648ce..5ac12811b9 100644
--- a/package/rsh-redone/rsh-redone.mk
+++ b/package/rsh-redone/rsh-redone.mk
@@ -21,7 +21,7 @@ RSH_REDONE_MAKE_FLAGS = \
 	BIN="$(RSH_REDONE_BINS-y)" SBIN="$(RSH_REDONE_SBINS-y)"
 
 ifneq ($(BR2_PACKAGE_RSH_REDONE_RSHD)$(BR2_PACKAGE_RSH_REDONE_RLOGIND),)
-RSH_REDONE_DEPENDENCIES = linux-pam
+RSH_REDONE_DEPENDENCIES += linux-pam
 endif
 
 define RSH_REDONE_BUILD_CMDS


More information about the buildroot mailing list