package/rsh-redone: don't override dependencies

Don't override RSH_REDONE_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2021-10-26 00:02:52 +02:00 committed by Peter Korsgaard
parent 70195ea004
commit d525300021

View File

@ -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