openwrt/package
Trix Taiclet 71b5de61ae uboot-d1: fix build with swig 4.3.0
Swig 4.3.0 has changed SWIG_Python_AppendOutput, which now requires an
additional parameter `is_void`. SWIG_AppendOutput remains unchanged.
This was fixed upstream in u-boot/u-boot@a63456b

```
scripts/dtc/pylibfdt/libfdt_wrap.c: In function ‘_wrap_fdt_next_node’:
scripts/dtc/pylibfdt/libfdt_wrap.c:5581:17: error: too few arguments to function ‘SWIG_Python_AppendOutput’
 5581 |     resultobj = SWIG_Python_AppendOutput(resultobj, val);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
```

This is the same fix as applied in 363e07d.

Fixes: #20619
Link: #20620
Signed-off-by: Trix Taiclet <trix@c3l.lu>
Link: https://github.com/openwrt/openwrt/pull/20620
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-11-09 23:00:44 +01:00
..
base-files base-files: correct global DHCP DUID generation 2025-11-08 16:30:37 +01:00
boot uboot-d1: fix build with swig 4.3.0 2025-11-09 23:00:44 +01:00
devel gdb: Update to version 16.3 2025-11-08 20:58:30 +01:00
firmware wireless-regdb: Update to version 2025.10.07 2025-11-08 21:15:51 +01:00
kernel mt76: update to Git HEAD (2025-11-06) 2025-11-06 11:36:14 +00:00
libs pcre2: bump to 10.47 2025-11-08 22:56:03 +01:00
network ppp: add reqprefix norelease ac_mac 2025-11-09 16:17:01 +01:00
system rpcd: update to Git HEAD (2025-11-07) 2025-11-08 12:12:18 +01:00
utils util-linux: Update to version 2.41.2 2025-11-08 21:22:46 +01:00
Makefile package: do not sign individual APK packages 2025-10-09 12:52:43 +02:00