Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qt5doc: bump to latest kde submodule version
@ 2024-02-09 10:47 Sebastian Weyer
  2024-02-09 14:23 ` [Buildroot] [PATCH 1/1] package/qt53d: " Roy Kollen Svendsen
  2024-08-05 21:51 ` [Buildroot] [PATCH 1/1] package/qt5doc: " Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 6+ messages in thread
From: Sebastian Weyer @ 2024-02-09 10:47 UTC (permalink / raw)
  To: buildroot; +Cc: Sebastian Weyer, Giulio Benetti, Julien Corjon

Bump qt5doc that was missing from the latest version bump to latest
submodule versions from:
https://invent.kde.org/qt/qt/qt5/-/tree/kde/5.15

Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr>
---
This was not the only package that was not touched in the latest  update
of the submodule versions. Here is a list of the missing packages and
the reason why it hasn't been updated:

- qt53d: does not compile
  qgltf.cpp:29:10: fatal error: assimp/Importer.hpp: No such file or directory
   29 | #include <assimp/Importer.hpp>

- qt5coap: no tag 5.15.11, last one 5.15.2, already at latest version

- qt5enginio: no tag 5.15.11, last one 5.6.3, already at latest version

- qt5knx: no tag 5.15.11, last one 5.15.2, already at latest version

- qt5mqtt: no tag 5.15.11, last one 5.15.2, already at latest version

- qt5opcua: no tag 5.15.11, last one 5.15.2, already at latest version

- qt5script: already got updated to 5.15.11 during version bump to 5.15.10
  in commit 6b23dff9e71786191797d3b41ce80afe659f0396

- qt5webengine-chromium: no tag 5.15.11, last one 5.15.2, already at latest
  version

- qt5webengine-chromium-catapult: no tags in repo, not sure which version
  corresponds to 5.15.11

- qt5webkit: no tag 5.15.11, last stable version 5.5.0, currently used
  version 5.212.0-alpha4

Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr>
---
 package/qt5/qt5doc/qt5doc.hash | 2 +-
 package/qt5/qt5doc/qt5doc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/qt5/qt5doc/qt5doc.hash b/package/qt5/qt5doc/qt5doc.hash
index ec84ecdcb5..13a3167211 100644
--- a/package/qt5/qt5doc/qt5doc.hash
+++ b/package/qt5/qt5doc/qt5doc.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  87ef0ba72ede78148dfae8fbe78c839f0e9966e1ab4a58d7725041144c0de70f  qtdoc-897e90fe304d844beaf694b82a93a50237fa8b9e.tar.bz2
+sha256  1dda7d710bc463cc0d33ad6c88762f5a7fe4606ad9cb73feb24b3c4ea8ab66f5  qtdoc-b7b96305c8cdc23bfd63e77a336802d0d3d99004.tar.bz2
 sha256  ed8742a95cb9db653a09b050e27ccff5e67ba69c14aa2c3137f2a4e1892f6c0d  LICENSE.FDL
diff --git a/package/qt5/qt5doc/qt5doc.mk b/package/qt5/qt5doc/qt5doc.mk
index 77845a347f..5dbfafd94a 100644
--- a/package/qt5/qt5doc/qt5doc.mk
+++ b/package/qt5/qt5doc/qt5doc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-QT5DOC_VERSION = 897e90fe304d844beaf694b82a93a50237fa8b9e
+QT5DOC_VERSION = b7b96305c8cdc23bfd63e77a336802d0d3d99004
 QT5DOC_SITE = $(QT5_SITE)/qtdoc/-/archive/$(QT5DOC_VERSION)
 QT5DOC_SOURCE = qtdoc-$(QT5DOC_VERSION).tar.bz2
 QT5DOC_DEPENDENCIES = qt5declarative
-- 
2.42.0

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

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

* [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version
  2024-02-09 10:47 [Buildroot] [PATCH 1/1] package/qt5doc: bump to latest kde submodule version Sebastian Weyer
@ 2024-02-09 14:23 ` Roy Kollen Svendsen
  2024-02-09 15:05   ` Peter Seiderer via buildroot
  2024-08-05 21:51 ` [Buildroot] [PATCH 1/1] package/qt5doc: " Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 6+ messages in thread
From: Roy Kollen Svendsen @ 2024-02-09 14:23 UTC (permalink / raw)
  To: buildroot
  Cc: Roy Kollen Svendsen, sebastian.weyer, Giulio Benetti,
	Julien Corjon

The build failed because assimp was missing.

Use git instead of downloading the tar-ball so that
we also fetch the associated assimp src submodule.

Signed-off-by: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>
---
 package/qt5/qt53d/qt53d.hash | 2 +-
 package/qt5/qt53d/qt53d.mk   | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/qt5/qt53d/qt53d.hash b/package/qt5/qt53d/qt53d.hash
index 0f63aab72a..81de91558e 100644
--- a/package/qt5/qt53d/qt53d.hash
+++ b/package/qt5/qt53d/qt53d.hash
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256  44955f90a9af19d80136cb51a929f330ba9e3319d30d1f5d0c2bb4adc7fd7173  qt3d-5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016.tar.bz2
+sha256  bab48eab35184144fc8789d2958a983a60bfc8dfa242cb65966a3d129fddaea7  qt53d-e1b1a0d2970fd384bd52c734a72536d8452ad070-br1.tar.gz
 
 # Hashes for license files:
 sha256  edfe70e99be2a7c109d860b19204609e582720b211c50caedac729da372a1253  LICENSE.GPL
diff --git a/package/qt5/qt53d/qt53d.mk b/package/qt5/qt53d/qt53d.mk
index 4b748a4972..8fcfb72fec 100644
--- a/package/qt5/qt53d/qt53d.mk
+++ b/package/qt5/qt53d/qt53d.mk
@@ -4,9 +4,10 @@
 #
 ################################################################################
 
-QT53D_VERSION = 5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
-QT53D_SITE = $(QT5_SITE)/qt3d/-/archive/$(QT53D_VERSION)
-QT53D_SOURCE = qt3d-$(QT53D_VERSION).tar.bz2
+QT53D_VERSION = e1b1a0d2970fd384bd52c734a72536d8452ad070
+QT53D_SITE = $(QT5_SITE)/qt3d
+QT53D_SITE_METHOD = git
+QT53D_GIT_SUBMODULES = YES
 QT53D_DEPENDENCIES = qt5declarative
 QT53D_INSTALL_STAGING = YES
 QT53D_SYNC_QT_HEADERS = YES
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version
  2024-02-09 14:23 ` [Buildroot] [PATCH 1/1] package/qt53d: " Roy Kollen Svendsen
@ 2024-02-09 15:05   ` Peter Seiderer via buildroot
  2024-02-09 15:29     ` Svendsen, Roy Kollen
  2024-02-09 19:02     ` Svendsen, Roy Kollen
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Seiderer via buildroot @ 2024-02-09 15:05 UTC (permalink / raw)
  To: Roy Kollen Svendsen
  Cc: Roy Kollen Svendsen, sebastian.weyer, Julien Corjon,
	Giulio Benetti, buildroot

On Fri,  9 Feb 2024 15:23:26 +0100, Roy Kollen Svendsen <roykollensvendsen@gmail.com> wrote:

> The build failed because assimp was missing.

There is already an assimp dependency in package/qt5/qt53d/qt53d.mk (see [1]):

14:  ifeq ($(BR2_PACKAGE_ASSIMP),y)
15:  QT53D_DEPENDENCIES += assimp
16:  endif

Regards,
Peter

[1] https://gitlab.com/buildroot.org/buildroot/-/blame/master/package/qt5/qt53d/qt53d.mk?ref_type=heads#L14


>
> Use git instead of downloading the tar-ball so that
> we also fetch the associated assimp src submodule.
>
> Signed-off-by: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>
> ---
>  package/qt5/qt53d/qt53d.hash | 2 +-
>  package/qt5/qt53d/qt53d.mk   | 7 ++++---
>  2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/qt5/qt53d/qt53d.hash b/package/qt5/qt53d/qt53d.hash
> index 0f63aab72a..81de91558e 100644
> --- a/package/qt5/qt53d/qt53d.hash
> +++ b/package/qt5/qt53d/qt53d.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256  44955f90a9af19d80136cb51a929f330ba9e3319d30d1f5d0c2bb4adc7fd7173  qt3d-5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016.tar.bz2
> +sha256  bab48eab35184144fc8789d2958a983a60bfc8dfa242cb65966a3d129fddaea7  qt53d-e1b1a0d2970fd384bd52c734a72536d8452ad070-br1.tar.gz
>
>  # Hashes for license files:
>  sha256  edfe70e99be2a7c109d860b19204609e582720b211c50caedac729da372a1253  LICENSE.GPL
> diff --git a/package/qt5/qt53d/qt53d.mk b/package/qt5/qt53d/qt53d.mk
> index 4b748a4972..8fcfb72fec 100644
> --- a/package/qt5/qt53d/qt53d.mk
> +++ b/package/qt5/qt53d/qt53d.mk
> @@ -4,9 +4,10 @@
>  #
>  ################################################################################
>
> -QT53D_VERSION = 5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
> -QT53D_SITE = $(QT5_SITE)/qt3d/-/archive/$(QT53D_VERSION)
> -QT53D_SOURCE = qt3d-$(QT53D_VERSION).tar.bz2
> +QT53D_VERSION = e1b1a0d2970fd384bd52c734a72536d8452ad070
> +QT53D_SITE = $(QT5_SITE)/qt3d
> +QT53D_SITE_METHOD = git
> +QT53D_GIT_SUBMODULES = YES
>  QT53D_DEPENDENCIES = qt5declarative
>  QT53D_INSTALL_STAGING = YES
>  QT53D_SYNC_QT_HEADERS = YES

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

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

* Re: [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version
  2024-02-09 15:05   ` Peter Seiderer via buildroot
@ 2024-02-09 15:29     ` Svendsen, Roy Kollen
  2024-02-09 19:02     ` Svendsen, Roy Kollen
  1 sibling, 0 replies; 6+ messages in thread
From: Svendsen, Roy Kollen @ 2024-02-09 15:29 UTC (permalink / raw)
  To: Peter Seiderer, Roy Kollen Svendsen
  Cc: Julien Corjon, sebastian.weyer@smile.fr, Giulio Benetti,
	buildroot@buildroot.org


[-- Attachment #1.1: Type: text/plain, Size: 4331 bytes --]

Hi Peter,

What do you recommand doing?

These are the options avilable for assimp in qt53d:

Qt3D options:

  -assimp .............. Select used assimp library [system/qt/no]
...

Last time i tried 'system' and 'no' failed.

If this is the case I should either make assimp configurable or hardcode it to qt.

Regards,
Roy

________________________________
From: Peter Seiderer <ps.report@gmx.net>
Sent: Friday, February 9, 2024 4:05 PM
To: Roy Kollen Svendsen <roykollensvendsen@gmail.com>
Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Svendsen, Roy Kollen <Roy.Kollen.Svendsen@akersolutions.com>; sebastian.weyer@smile.fr <sebastian.weyer@smile.fr>; Giulio Benetti <giulio.benetti@benettiengineering.com>; Julien Corjon <corjon.j@ecagroup.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version

[You don't often get email from ps.report@gmx.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]

CAUTION: This email originated from outside of Aker Solutions. Exercise caution when responding, opening attachments and clicking links.


On Fri,  9 Feb 2024 15:23:26 +0100, Roy Kollen Svendsen <roykollensvendsen@gmail.com> wrote:

> The build failed because assimp was missing.

There is already an assimp dependency in package/qt5/qt53d/qt53d.mk (see [1]):

14:  ifeq ($(BR2_PACKAGE_ASSIMP),y)
15:  QT53D_DEPENDENCIES += assimp
16:  endif

Regards,
Peter

[1] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.com%2Fbuildroot.org%2Fbuildroot%2F-%2Fblame%2Fmaster%2Fpackage%2Fqt5%2Fqt53d%2Fqt53d.mk%3Fref_type%3Dheads%23L14&data=05%7C02%7Croy.kollen.svendsen%40akersolutions.com%7Cc9ad43b7795d4a21fbb008dc298082d7%7C26b749f68c7244e3bbdeae3de07b4206%7C0%7C0%7C638430879122415164%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VDhBLxcvmZSPA96XrMcW9EDA%2B0%2BCM6DxSj2F7AKIWto%3D&reserved=0<https://gitlab.com/buildroot.org/buildroot/-/blame/master/package/qt5/qt53d/qt53d.mk?ref_type=heads#L14>


>
> Use git instead of downloading the tar-ball so that
> we also fetch the associated assimp src submodule.
>
> Signed-off-by: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>
> ---
>  package/qt5/qt53d/qt53d.hash | 2 +-
>  package/qt5/qt53d/qt53d.mk   | 7 ++++---
>  2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/qt5/qt53d/qt53d.hash b/package/qt5/qt53d/qt53d.hash
> index 0f63aab72a..81de91558e 100644
> --- a/package/qt5/qt53d/qt53d.hash
> +++ b/package/qt5/qt53d/qt53d.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256  44955f90a9af19d80136cb51a929f330ba9e3319d30d1f5d0c2bb4adc7fd7173  qt3d-5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016.tar.bz2
> +sha256  bab48eab35184144fc8789d2958a983a60bfc8dfa242cb65966a3d129fddaea7  qt53d-e1b1a0d2970fd384bd52c734a72536d8452ad070-br1.tar.gz
>
>  # Hashes for license files:
>  sha256  edfe70e99be2a7c109d860b19204609e582720b211c50caedac729da372a1253  LICENSE.GPL
> diff --git a/package/qt5/qt53d/qt53d.mk b/package/qt5/qt53d/qt53d.mk
> index 4b748a4972..8fcfb72fec 100644
> --- a/package/qt5/qt53d/qt53d.mk
> +++ b/package/qt5/qt53d/qt53d.mk
> @@ -4,9 +4,10 @@
>  #
>  ################################################################################
>
> -QT53D_VERSION = 5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
> -QT53D_SITE = $(QT5_SITE)/qt3d/-/archive/$(QT53D_VERSION)
> -QT53D_SOURCE = qt3d-$(QT53D_VERSION).tar.bz2
> +QT53D_VERSION = e1b1a0d2970fd384bd52c734a72536d8452ad070
> +QT53D_SITE = $(QT5_SITE)/qt3d
> +QT53D_SITE_METHOD = git
> +QT53D_GIT_SUBMODULES = YES
>  QT53D_DEPENDENCIES = qt5declarative
>  QT53D_INSTALL_STAGING = YES
>  QT53D_SYNC_QT_HEADERS = YES

This e-mail and any attachment are confidential and may be privileged or otherwise protected from disclosure. It is solely intended for the person(s) named above. If you are not the intended recipient, any reading, use, disclosure, copying or distribution of all or parts of this e-mail or associated attachments is strictly prohibited. If you are not an intended recipient, please notify the sender immediately by replying to this message or by telephone and delete this e-mail and any attachments permanently from your system.

[-- Attachment #1.2: Type: text/html, Size: 8928 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

* Re: [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version
  2024-02-09 15:05   ` Peter Seiderer via buildroot
  2024-02-09 15:29     ` Svendsen, Roy Kollen
@ 2024-02-09 19:02     ` Svendsen, Roy Kollen
  1 sibling, 0 replies; 6+ messages in thread
From: Svendsen, Roy Kollen @ 2024-02-09 19:02 UTC (permalink / raw)
  To: Peter Seiderer, Roy Kollen Svendsen
  Cc: Julien Corjon, sebastian.weyer@smile.fr, Giulio Benetti,
	buildroot@buildroot.org


[-- Attachment #1.1: Type: text/plain, Size: 4211 bytes --]

Hi,

I will change the state of this patch to 'Not Applicable' since the version that was recently pushed to master builds successfully.

This patch was actually meant as part of a bump to 5.15.12.

Regards,
Roy

________________________________
From: Peter Seiderer <ps.report@gmx.net>
Sent: Friday, February 9, 2024 4:05 PM
To: Roy Kollen Svendsen <roykollensvendsen@gmail.com>
Cc: buildroot@buildroot.org <buildroot@buildroot.org>; Svendsen, Roy Kollen <Roy.Kollen.Svendsen@akersolutions.com>; sebastian.weyer@smile.fr <sebastian.weyer@smile.fr>; Giulio Benetti <giulio.benetti@benettiengineering.com>; Julien Corjon <corjon.j@ecagroup.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/qt53d: bump to latest kde submodule version

[You don't often get email from ps.report@gmx.net. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]

CAUTION: This email originated from outside of Aker Solutions. Exercise caution when responding, opening attachments and clicking links.


On Fri,  9 Feb 2024 15:23:26 +0100, Roy Kollen Svendsen <roykollensvendsen@gmail.com> wrote:

> The build failed because assimp was missing.

There is already an assimp dependency in package/qt5/qt53d/qt53d.mk (see [1]):

14:  ifeq ($(BR2_PACKAGE_ASSIMP),y)
15:  QT53D_DEPENDENCIES += assimp
16:  endif

Regards,
Peter

[1] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitlab.com%2Fbuildroot.org%2Fbuildroot%2F-%2Fblame%2Fmaster%2Fpackage%2Fqt5%2Fqt53d%2Fqt53d.mk%3Fref_type%3Dheads%23L14&data=05%7C02%7Croy.kollen.svendsen%40akersolutions.com%7Cc9ad43b7795d4a21fbb008dc298082d7%7C26b749f68c7244e3bbdeae3de07b4206%7C0%7C0%7C638430879122415164%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=VDhBLxcvmZSPA96XrMcW9EDA%2B0%2BCM6DxSj2F7AKIWto%3D&reserved=0<https://gitlab.com/buildroot.org/buildroot/-/blame/master/package/qt5/qt53d/qt53d.mk?ref_type=heads#L14>


>
> Use git instead of downloading the tar-ball so that
> we also fetch the associated assimp src submodule.
>
> Signed-off-by: Roy Kollen Svendsen <roy.kollen.svendsen@akersolutions.com>
> ---
>  package/qt5/qt53d/qt53d.hash | 2 +-
>  package/qt5/qt53d/qt53d.mk   | 7 ++++---
>  2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/package/qt5/qt53d/qt53d.hash b/package/qt5/qt53d/qt53d.hash
> index 0f63aab72a..81de91558e 100644
> --- a/package/qt5/qt53d/qt53d.hash
> +++ b/package/qt5/qt53d/qt53d.hash
> @@ -1,5 +1,5 @@
>  # Locally calculated
> -sha256  44955f90a9af19d80136cb51a929f330ba9e3319d30d1f5d0c2bb4adc7fd7173  qt3d-5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016.tar.bz2
> +sha256  bab48eab35184144fc8789d2958a983a60bfc8dfa242cb65966a3d129fddaea7  qt53d-e1b1a0d2970fd384bd52c734a72536d8452ad070-br1.tar.gz
>
>  # Hashes for license files:
>  sha256  edfe70e99be2a7c109d860b19204609e582720b211c50caedac729da372a1253  LICENSE.GPL
> diff --git a/package/qt5/qt53d/qt53d.mk b/package/qt5/qt53d/qt53d.mk
> index 4b748a4972..8fcfb72fec 100644
> --- a/package/qt5/qt53d/qt53d.mk
> +++ b/package/qt5/qt53d/qt53d.mk
> @@ -4,9 +4,10 @@
>  #
>  ################################################################################
>
> -QT53D_VERSION = 5fd3906445ac95bf1cca6e7a7e0aeb6e3bcf5016
> -QT53D_SITE = $(QT5_SITE)/qt3d/-/archive/$(QT53D_VERSION)
> -QT53D_SOURCE = qt3d-$(QT53D_VERSION).tar.bz2
> +QT53D_VERSION = e1b1a0d2970fd384bd52c734a72536d8452ad070
> +QT53D_SITE = $(QT5_SITE)/qt3d
> +QT53D_SITE_METHOD = git
> +QT53D_GIT_SUBMODULES = YES
>  QT53D_DEPENDENCIES = qt5declarative
>  QT53D_INSTALL_STAGING = YES
>  QT53D_SYNC_QT_HEADERS = YES

This e-mail and any attachment are confidential and may be privileged or otherwise protected from disclosure. It is solely intended for the person(s) named above. If you are not the intended recipient, any reading, use, disclosure, copying or distribution of all or parts of this e-mail or associated attachments is strictly prohibited. If you are not an intended recipient, please notify the sender immediately by replying to this message or by telephone and delete this e-mail and any attachments permanently from your system.

[-- Attachment #1.2: Type: text/html, Size: 7209 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

* Re: [Buildroot] [PATCH 1/1] package/qt5doc: bump to latest kde submodule version
  2024-02-09 10:47 [Buildroot] [PATCH 1/1] package/qt5doc: bump to latest kde submodule version Sebastian Weyer
  2024-02-09 14:23 ` [Buildroot] [PATCH 1/1] package/qt53d: " Roy Kollen Svendsen
@ 2024-08-05 21:51 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-05 21:51 UTC (permalink / raw)
  To: Sebastian Weyer; +Cc: Giulio Benetti, Julien Corjon, buildroot

On Fri,  9 Feb 2024 11:47:04 +0100
Sebastian Weyer <sebastian.weyer@smile.fr> wrote:

> Bump qt5doc that was missing from the latest version bump to latest
> submodule versions from:
> https://invent.kde.org/qt/qt/qt5/-/tree/kde/5.15
> 
> Signed-off-by: Sebastian Weyer <sebastian.weyer@smile.fr>
> ---
> This was not the only package that was not touched in the latest  update
> of the submodule versions. Here is a list of the missing packages and
> the reason why it hasn't been updated:

Thanks for the patch, but it has been superseded by a later commit
bumping many Qt5 modules, and merged in commit
ca9e08277c473de1d0119768661ce0ba96559a7a.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-08-05 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 10:47 [Buildroot] [PATCH 1/1] package/qt5doc: bump to latest kde submodule version Sebastian Weyer
2024-02-09 14:23 ` [Buildroot] [PATCH 1/1] package/qt53d: " Roy Kollen Svendsen
2024-02-09 15:05   ` Peter Seiderer via buildroot
2024-02-09 15:29     ` Svendsen, Roy Kollen
2024-02-09 19:02     ` Svendsen, Roy Kollen
2024-08-05 21:51 ` [Buildroot] [PATCH 1/1] package/qt5doc: " Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox