diff mbox series

[2/7] uboot-tegra: bump version to 2025.04

Message ID 20250618170045.473711-3-tmn505@terefe.re
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series tegra: major kernel bump plus usual maintenance | expand

Commit Message

Tomasz Maciej Nowak June 18, 2025, 4:59 p.m. UTC
From: Tomasz Maciej Nowak <tmn505@gmail.com>

Fixes build issue when faced with Swig>=4.3.x

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
---
 package/boot/uboot-tegra/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Hauke Mehrtens July 13, 2025, 10:56 a.m. UTC | #1
On 6/18/25 18:59, Tomasz Maciej Nowak wrote:
> From: Tomasz Maciej Nowak <tmn505@gmail.com>
> 
> Fixes build issue when faced with Swig>=4.3.x
> 
> Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
> ---
>   package/boot/uboot-tegra/Makefile | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
> index a90008bbd1d3..4d47a764fb6b 100644
> --- a/package/boot/uboot-tegra/Makefile
> +++ b/package/boot/uboot-tegra/Makefile
> @@ -6,10 +6,10 @@
>   #
>   include $(TOPDIR)/rules.mk
>   
> -PKG_VERSION := 2024.04
> +PKG_VERSION := 2025.04
>   PKG_RELEASE:=1
>   
> -PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
> +PKG_HASH := 439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718
>   
>   PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com>
>   
Hi Tomasz,

I applied these patch, but now the build is failing.
https://buildbot.openwrt.org/images/#/builders/229

It is failing like this:
-----
tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file 
or directory
    20 | #include <gnutls/gnutls.h>
       |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [scripts/Makefile.host:112: tools/mkeficapsule.o] Error 1
make[3]: *** [Makefile:1918: tools] Error 2
make[3]: Leaving directory 
'/builder/shared-workdir/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/u-boot-trimslice/u-boot-2025.04'
-------

Such a change will probably fix the problem:
https://git.openwrt.org/5292a2de26ac4cf7a00de0f7a0149174ed6be31c

Hauke
Tomasz Maciej Nowak July 13, 2025, 12:53 p.m. UTC | #2
W dniu 13.07.2025 o 12:56, Hauke Mehrtens pisze:
> On 6/18/25 18:59, Tomasz Maciej Nowak wrote:
>> From: Tomasz Maciej Nowak <tmn505@gmail.com>
>>
>> Fixes build issue when faced with Swig>=4.3.x
>>
>> Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
>> ---
>>   package/boot/uboot-tegra/Makefile | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
>> index a90008bbd1d3..4d47a764fb6b 100644
>> --- a/package/boot/uboot-tegra/Makefile
>> +++ b/package/boot/uboot-tegra/Makefile
>> @@ -6,10 +6,10 @@
>>   #
>>   include $(TOPDIR)/rules.mk
>>   -PKG_VERSION := 2024.04
>> +PKG_VERSION := 2025.04
>>   PKG_RELEASE:=1
>>   -PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
>> +PKG_HASH := 439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718
>>     PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com>
>>   
> Hi Tomasz,

Hi.

> I applied these patch, but now the build is failing.
> https://buildbot.openwrt.org/images/#/builders/229
> 
> It is failing like this:
> -----
> tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory
>    20 | #include <gnutls/gnutls.h>
>       |          ^~~~~~~~~~~~~~~~~
> compilation terminated.
> make[4]: *** [scripts/Makefile.host:112: tools/mkeficapsule.o] Error 1
> make[3]: *** [Makefile:1918: tools] Error 2
> make[3]: Leaving directory '/builder/shared-workdir/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/u-boot-trimslice/u-boot-2025.04'
> -------
> 
> Such a change will probably fix the problem:
> https://git.openwrt.org/5292a2de26ac4cf7a00de0f7a0149174ed6be31c

Thanks, fix sent.

> Hauke

Regards
diff mbox series

Patch

diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile
index a90008bbd1d3..4d47a764fb6b 100644
--- a/package/boot/uboot-tegra/Makefile
+++ b/package/boot/uboot-tegra/Makefile
@@ -6,10 +6,10 @@ 
 #
 include $(TOPDIR)/rules.mk
 
-PKG_VERSION := 2024.04
+PKG_VERSION := 2025.04
 PKG_RELEASE:=1
 
-PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a
+PKG_HASH := 439d3bef296effd54130be6a731c5b118be7fddd7fcc663ccbc5fb18294d8718
 
 PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com>