diff mbox series

[meta-oe,master] ktx-software: Version change 4.4.0 -> 5.0.0

Message ID 20260602222336.3053573-1-a-christidis@ti.com
State New
Headers show
Series [meta-oe,master] ktx-software: Version change 4.4.0 -> 5.0.0 | expand

Commit Message

Antonios Christidis June 2, 2026, 10:23 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

Major 5.0.0 version update. On top of new features, this version fixes
compilation issues with GCC 16 and C++20.

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
 .../{ktx-software_4.4.0.bb => ktx-software_5.0.0.bb}         | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/ktx-software/{ktx-software_4.4.0.bb => ktx-software_5.0.0.bb} (84%)

Comments

Ryan Eatmon June 3, 2026, 2:33 p.m. UTC | #1
Tested-by: Ryan Eatmon <reatmon@ti.com>


On 6/2/2026 5:23 PM, a-christidis@ti.com wrote:
> From: Antonios Christidis <a-christidis@ti.com>
> 
> Major 5.0.0 version update. On top of new features, this version fixes
> compilation issues with GCC 16 and C++20.
> 
> Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> ---
>   .../{ktx-software_4.4.0.bb => ktx-software_5.0.0.bb}         | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-graphics/ktx-software/{ktx-software_4.4.0.bb => ktx-software_5.0.0.bb} (84%)
> 
> diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> similarity index 84%
> rename from meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
> rename to meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> index ae4caeb89c..ba9eaf2def 100644
> --- a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
> +++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> @@ -6,10 +6,11 @@ LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \
>   	   & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \
>   	   Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms"
>   
> -LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391"
> +LIC_FILES_CHKSUM = "file://REUSE.toml;md5=9f87c97ba36aab42411bf93c094a61f2"
>   
>   SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0"
> -SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
> +
> +SRCREV = "6269d2752ed04446c2d4749f54f3aad4f94555b5"
>   
>   inherit cmake
>
Khem Raj June 3, 2026, 4:07 p.m. UTC | #2
On Wed, Jun 3, 2026 at 12:23 AM <a-christidis@ti.com> wrote:

> From: Antonios Christidis <a-christidis@ti.com>
>
> Major 5.0.0 version update. On top of new features, this version fixes
> compilation issues with GCC 16 and C++20.
>
> Signed-off-by: Antonios Christidis <a-christidis@ti.com>
> ---
>  .../{ktx-software_4.4.0.bb => ktx-software_5.0.0.bb}         | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-graphics/ktx-software/{ktx-software_4.4.0.bb =>
> ktx-software_5.0.0.bb} (84%)
>
> diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
> b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> similarity index 84%
> rename from meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
> rename to meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> index ae4caeb89c..ba9eaf2def 100644
> --- a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
> +++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
> @@ -6,10 +6,11 @@ LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause &
> BSD-3-Clause & BSL-1.0 \
>            & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark &
> fmt & \
>            Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms"
>
> -LIC_FILES_CHKSUM =
> "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391"
> +LIC_FILES_CHKSUM =
> "file://REUSE.toml;md5=9f87c97ba36aab42411bf93c094a61f2"
>
>
What changed in license ? Please document that with a proper tag in the
commit message.


>  SRC_URI = "git://
> github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0"
> -SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
> +
> +SRCREV = "6269d2752ed04446c2d4749f54f3aad4f94555b5"
>
>  inherit cmake
>
> --
> 2.34.1
>
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
similarity index 84%
rename from meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
rename to meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
index ae4caeb89c..ba9eaf2def 100644
--- a/meta-oe/recipes-graphics/ktx-software/ktx-software_4.4.0.bb
+++ b/meta-oe/recipes-graphics/ktx-software/ktx-software_5.0.0.bb
@@ -6,10 +6,11 @@  LICENSE = "Apache-2.0 & BSD-1-Clause & BSD-2-Clause & BSD-3-Clause & BSL-1.0 \
 	   & CC-BY-3.0 & CC-BY-4.0 & CC0-1.0 & Zlib & MIT & HI-Trademark & fmt & \
 	   Kodak & PNGSuite & ETCSLA & Cesium-Trademark-Terms"
 
-LIC_FILES_CHKSUM = "file://REUSE.toml;md5=45910de791d599e6ba472f6fa506f391"
+LIC_FILES_CHKSUM = "file://REUSE.toml;md5=9f87c97ba36aab42411bf93c094a61f2"
 
 SRC_URI = "git://github.com/KhronosGroup/KTX-Software.git;protocol=https;branch=main;lfs=0"
-SRCREV = "beef80159525d9fb7abb8645ea85f4c4f6842e8f"
+
+SRCREV = "6269d2752ed04446c2d4749f54f3aad4f94555b5"
 
 inherit cmake