All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] packages/libwebsockets: add patch that removes duplicate LwsCheckRequirements
@ 2022-04-19 18:47 Bartosz Bilas
  2022-04-23 15:08 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Bilas @ 2022-04-19 18:47 UTC (permalink / raw)
  To: buildroot; +Cc: Bartosz Bilas, Bartosz Bilas, fontaine.fabrice

Fixes:
  CMake Error at /home/buildroot/autobuild/run/instance-2/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/cmake/libwebsockets/libwebsockets-config.cmake:35 (include):
  include could not find load file:

      LwsCheckRequirements
  Call Stack (most recent call first):
    CMakeLists.txt:54 (find_package)

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
 ...emove-duplicate-LwsCheckRequirements.patch | 26 +++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch

diff --git a/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch b/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch
new file mode 100644
index 0000000000..fc76a2b610
--- /dev/null
+++ b/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch
@@ -0,0 +1,26 @@
+From 99a8b9c4422bed45c8b7412a1e121056f2a6132a Mon Sep 17 00:00:00 2001
+From: Andy Green <andy@warmcat.com>
+Date: Mon, 7 Feb 2022 14:48:55 +0000
+Subject: [PATCH] cmake: remove duplicate LwsCheckRequirements
+
+Signed-off-by: Andy Green <andy@warmcat.com>
+Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
+Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
+---
+ cmake/libwebsockets-config.cmake.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/cmake/libwebsockets-config.cmake.in b/cmake/libwebsockets-config.cmake.in
+index 6247b2cb..8ba97e6f 100644
+--- a/cmake/libwebsockets-config.cmake.in
++++ b/cmake/libwebsockets-config.cmake.in
+@@ -32,6 +32,5 @@ endforeach()
+ 
+ include(CheckIncludeFile)
+ include(CheckCSourceCompiles)
+-include(LwsCheckRequirements)
+ set(requirements 1)
+ 
+-- 
+2.35.3
+
-- 
2.35.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] packages/libwebsockets: add patch that removes duplicate LwsCheckRequirements
  2022-04-19 18:47 [Buildroot] [PATCH] packages/libwebsockets: add patch that removes duplicate LwsCheckRequirements Bartosz Bilas
@ 2022-04-23 15:08 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-04-23 15:08 UTC (permalink / raw)
  To: Bartosz Bilas, buildroot; +Cc: Bartosz Bilas, fontaine.fabrice



On 19/04/2022 20:47, Bartosz Bilas wrote:
> Fixes:
>    CMake Error at /home/buildroot/autobuild/run/instance-2/output-1/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/cmake/libwebsockets/libwebsockets-config.cmake:35 (include):
>    include could not find load file:
> 
>        LwsCheckRequirements
>    Call Stack (most recent call first):
>      CMakeLists.txt:54 (find_package)
> 
> Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   ...emove-duplicate-LwsCheckRequirements.patch | 26 +++++++++++++++++++
>   1 file changed, 26 insertions(+)
>   create mode 100644 package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch
> 
> diff --git a/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch b/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch
> new file mode 100644
> index 0000000000..fc76a2b610
> --- /dev/null
> +++ b/package/libwebsockets/0001-cmake-remove-duplicate-LwsCheckRequirements.patch
> @@ -0,0 +1,26 @@
> +From 99a8b9c4422bed45c8b7412a1e121056f2a6132a Mon Sep 17 00:00:00 2001
> +From: Andy Green <andy@warmcat.com>
> +Date: Mon, 7 Feb 2022 14:48:55 +0000
> +Subject: [PATCH] cmake: remove duplicate LwsCheckRequirements
> +
> +Signed-off-by: Andy Green <andy@warmcat.com>
> +Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
> +Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> +---
> + cmake/libwebsockets-config.cmake.in | 1 -
> + 1 file changed, 1 deletion(-)
> +
> +diff --git a/cmake/libwebsockets-config.cmake.in b/cmake/libwebsockets-config.cmake.in
> +index 6247b2cb..8ba97e6f 100644
> +--- a/cmake/libwebsockets-config.cmake.in
> ++++ b/cmake/libwebsockets-config.cmake.in
> +@@ -32,6 +32,5 @@ endforeach()
> +
> + include(CheckIncludeFile)
> + include(CheckCSourceCompiles)
> +-include(LwsCheckRequirements)
> + set(requirements 1)
> +
> +--
> +2.35.3
> +
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-23 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 18:47 [Buildroot] [PATCH] packages/libwebsockets: add patch that removes duplicate LwsCheckRequirements Bartosz Bilas
2022-04-23 15:08 ` Arnout Vandecappelle

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.