diff mbox series

[1/1] package/libunwind: don't override dependencies

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

Commit Message

Fabrice Fontaine Oct. 18, 2021, 9:45 p.m. UTC
Don't override LIBUNWIND_DEPENDENCIES in a conditional

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

Comments

Arnout Vandecappelle Oct. 25, 2021, 8:16 p.m. UTC | #1
On 18/10/2021 23:45, Fabrice Fontaine wrote:
> Don't override LIBUNWIND_DEPENDENCIES in a conditional
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/libunwind/libunwind.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libunwind/libunwind.mk b/package/libunwind/libunwind.mk
> index abdec86761..5f6b87b9db 100644
> --- a/package/libunwind/libunwind.mk
> +++ b/package/libunwind/libunwind.mk
> @@ -16,7 +16,7 @@ LIBUNWIND_CONF_OPTS = \
>   	$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
>   
>   ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
> -LIBUNWIND_DEPENDENCIES = libatomic_ops
> +LIBUNWIND_DEPENDENCIES += libatomic_ops
>   endif
>   
>   $(eval $(autotools-package))
>
Peter Korsgaard Oct. 26, 2021, 6:30 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Don't override LIBUNWIND_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/libunwind/libunwind.mk b/package/libunwind/libunwind.mk
index abdec86761..5f6b87b9db 100644
--- a/package/libunwind/libunwind.mk
+++ b/package/libunwind/libunwind.mk
@@ -16,7 +16,7 @@  LIBUNWIND_CONF_OPTS = \
 	$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
 
 ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
-LIBUNWIND_DEPENDENCIES = libatomic_ops
+LIBUNWIND_DEPENDENCIES += libatomic_ops
 endif
 
 $(eval $(autotools-package))