diff mbox series

[1/1] package/rsh-redone: don't override dependencies

Message ID 20211025220252.3714185-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/rsh-redone: don't override dependencies | expand

Commit Message

Fabrice Fontaine Oct. 25, 2021, 10:02 p.m. UTC
Don't override RSH_REDONE_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rsh-redone/rsh-redone.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 5, 2021, 4:19 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Don't override RSH_REDONE_DEPENDENCIES in a conditional
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
Peter Korsgaard Nov. 8, 2021, 3:11 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Don't override RSH_REDONE_DEPENDENCIES in a conditional
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.02.x and 2021.08.x, thanks.
diff mbox series

Patch

diff --git a/package/rsh-redone/rsh-redone.mk b/package/rsh-redone/rsh-redone.mk
index d73e473dc6..307e54066c 100644
--- a/package/rsh-redone/rsh-redone.mk
+++ b/package/rsh-redone/rsh-redone.mk
@@ -24,7 +24,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