All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name
       [not found] <CAEXMXLSmFXY7jEVTuxtkq034drmG7nS_3c5D=B44M0Wt6U7rPA@mail.gmail.com>
@ 2022-02-11 18:22 ` Nuno Gonçalves
  2022-02-11 22:26   ` Peter Korsgaard
  2022-02-27 17:41   ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Nuno Gonçalves @ 2022-02-11 18:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
---
 package/casync/casync.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/casync/casync.mk b/package/casync/casync.mk
index d74cb1bfe8..bb9bd8ccac 100644
--- a/package/casync/casync.mk
+++ b/package/casync/casync.mk
@@ -40,8 +40,8 @@ else
 CASYNC_CONF_OPTS += -Dudev=false
 endif

-ifeq ($(BR2_PACKAGE_LIBZSTD),y)
-CASYNC_DEPENDENCIES += libzstd
+ifeq ($(BR2_PACKAGE_ZSTD),y)
+CASYNC_DEPENDENCIES += zstd
 CASYNC_CONF_OPTS += -Dlibzstd=enabled
 else
 CASYNC_CONF_OPTS += -Dlibzstd=disabled
--
2.32.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name
  2022-02-11 18:22 ` [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name Nuno Gonçalves
@ 2022-02-11 22:26   ` Peter Korsgaard
  2022-02-27 17:41   ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-11 22:26 UTC (permalink / raw)
  To: Nuno Gonçalves; +Cc: buildroot

>>>>> "Nuno" == Nuno Gonçalves <nunojpg@gmail.com> writes:

 > Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name
  2022-02-11 18:22 ` [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name Nuno Gonçalves
  2022-02-11 22:26   ` Peter Korsgaard
@ 2022-02-27 17:41   ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-27 17:41 UTC (permalink / raw)
  To: Nuno Gonçalves; +Cc: buildroot

>>>>> "Nuno" == Nuno Gonçalves <nunojpg@gmail.com> writes:

 > Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

Committed to 2021.02.x and 2021.11.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-27 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAEXMXLSmFXY7jEVTuxtkq034drmG7nS_3c5D=B44M0Wt6U7rPA@mail.gmail.com>
2022-02-11 18:22 ` [Buildroot] [PATCH] package/casync: fix zstd dependency to correct package name Nuno Gonçalves
2022-02-11 22:26   ` Peter Korsgaard
2022-02-27 17:41   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.