Skip to content

Commit 7aae367

Browse files
bkuhlsalexs-sh
authored andcommitted
package/ola: remove package
The package is incompatible with newer versions of protobuf: OpenLightingProject/ola#1879 (comment) OpenLightingProject/ola#1975 (comment) with no upstream fixes in sight and fails to build with protobuf 29.3 currently used by buildroot: https://lists.buildroot.org/pipermail/buildroot/2025-February/772533.html Fixes: https://autobuild.buildroot.net/results/fbb/fbbfef6e3715c0ac195537ab88ebb2e0e6c90c2f/ Signed-off-by: Bernd Kuhls <[email protected]> Acked-by: Julien Olivain <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]> Signed-off-by: Alexander Shirokov <[email protected]>
1 parent 1f97384 commit 7aae367

File tree

12 files changed

+6
-658
lines changed

12 files changed

+6
-658
lines changed

.checkpackageignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ package/nuttcp/0001-susv3-legacy.patch lib_patch.Upstream
764764
package/nvidia-driver/0001-use-LDFLAGS.patch lib_patch.Upstream
765765
package/octave/0001-Fix-BLAS-library-integer-size-detection.patch lib_patch.Upstream
766766
package/ofono/S46ofono lib_sysv.Variables
767-
package/ola/0001-ola-fix-compilation-with-musl-1-2-3.patch lib_patch.Upstream
768767
package/olsr/0001-olsrd-migrate-to-using-bison-3.7.1.patch lib_patch.Upstream
769768
package/olsr/0002-lib-pud-Makefile-fix-parallel-build.patch lib_patch.Upstream
770769
package/olsr/0003-pud-adapt-to-API-changes-in-gpsd-3-20.patch lib_patch.Upstream

Config.in.legacy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ endif
146146

147147
comment "Legacy options removed in 2025.11"
148148

149+
config BR2_PACKAGE_OLA
150+
bool "ola has been removed"
151+
select BR2_LEGACY
152+
help
153+
ola is incompatible with current versions of protobuf
154+
149155
config BR2_PACKAGE_BATMAN_ADV_NC
150156
bool "batman-adv removed network coding"
151157
select BR2_LEGACY

DEVELOPERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,6 @@ F: package/libopenmpt/
18201820
F: package/mokutil/
18211821
F: package/oath-toolkit/
18221822
F: package/octave/
1823-
F: package/ola/
18241823
F: package/openblas/
18251824
F: package/opencsd/
18261825
F: package/openmpi/
@@ -1976,8 +1975,6 @@ F: support/testing/tests/package/test_numactl.py
19761975
F: support/testing/tests/package/test_numactl/
19771976
F: support/testing/tests/package/test_oath_toolkit.py
19781977
F: support/testing/tests/package/test_octave.py
1979-
F: support/testing/tests/package/test_ola.py
1980-
F: support/testing/tests/package/test_ola/
19811978
F: support/testing/tests/package/test_openblas.py
19821979
F: support/testing/tests/package/test_openocd.py
19831980
F: support/testing/tests/package/test_parted.py

package/Config.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ endmenu
566566
source "package/nvme/Config.in"
567567
source "package/nxp-mwifiex/Config.in"
568568
source "package/ofono/Config.in"
569-
source "package/ola/Config.in"
570569
source "package/open2300/Config.in"
571570
source "package/openfpgaloader/Config.in"
572571
source "package/openipmi/Config.in"

package/ola/0001-ola-fix-compilation-with-musl-1-2-3.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

package/ola/0002-Fix-protoc-version-checking-since-v20.x.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

package/ola/0003-Protoc-check-correctly-match-multi-digit-major-versi.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

package/ola/Config.in

Lines changed: 0 additions & 196 deletions
This file was deleted.

package/ola/ola.hash

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)