From 410fd5afc8eba46ccd6f21e3e0cacb626d7444fa Mon Sep 17 00:00:00 2001 From: Kasper Hjort Berthelsen Date: Tue, 21 May 2024 21:53:09 +0200 Subject: [PATCH] pkg/flatbuffers: downgrade to v23.5.26 Because that's what tflite-micro depends on --- dist/tools/flatc/Makefile | 2 +- pkg/flatbuffers/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/tools/flatc/Makefile b/dist/tools/flatc/Makefile index 6dd9797261..49df6a2201 100644 --- a/dist/tools/flatc/Makefile +++ b/dist/tools/flatc/Makefile @@ -1,6 +1,6 @@ PKG_NAME=flatbuffers PKG_URL=https://github.com/google/flatbuffers -PKG_VERSION=595bf0007ab1929570c7671f091313c8fc20644e +PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b PKG_LICENSE=Apache2.0 # manually set some RIOT env vars, so this Makefile can be called stand-alone diff --git a/pkg/flatbuffers/Makefile b/pkg/flatbuffers/Makefile index 2c8b071e2e..53d639748f 100644 --- a/pkg/flatbuffers/Makefile +++ b/pkg/flatbuffers/Makefile @@ -1,7 +1,7 @@ PKG_NAME=flatbuffers PKG_URL=https://github.com/google/flatbuffers -# v24.3.25 -PKG_VERSION=595bf0007ab1929570c7671f091313c8fc20644e +# v23.5.26 +PKG_VERSION=0100f6a5779831fa7a651e4b67ef389a8752bd9b PKG_LICENSE=Apache2.0 include $(RIOTBASE)/pkg/pkg.mk