package/gnuradio: bump version to 3.10.7.0
Removed all patches, they are included in this release. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
902e4fbcf2
commit
10f40a6b0c
@ -558,8 +558,6 @@ package/gmp/0001-mpz-inp_raw.c-Avoid-bit-size-overflows.patch Upstream
|
||||
package/gnu-efi/0001-Make.defaults-don-t-override-ARCH-when-cross-compili.patch Upstream
|
||||
package/gnupg/0001-build-Always-use-EXTERN_UNLESS_MAIN_MODULE-pattern.patch Upstream
|
||||
package/gnuplot/0001-configure-add-without-demo-option.patch Upstream
|
||||
package/gnuradio/0001-blocks-Including-missing-vector-in-blockinterleaver.patch Upstream
|
||||
package/gnuradio/0002-blocks-blockinterleaving.h-add-missing-cstddef-heade.patch Upstream
|
||||
package/go/0001-build.go-explicit-option-for-crosscompilation.patch Upstream
|
||||
package/gob2/0001-dont-include-from-prefix.patch Upstream
|
||||
package/gobject-introspection/0001-disable-tests.patch Upstream
|
||||
|
@ -1,42 +0,0 @@
|
||||
From 45fe4ac55ad88b6793d225e676205c30388ec138 Mon Sep 17 00:00:00 2001
|
||||
From: Ryan Volz <ryan.volz@gmail.com>
|
||||
Date: Fri, 16 Sep 2022 21:05:51 -0400
|
||||
Subject: [PATCH] blocks: Including missing <vector> in blockinterleaver.
|
||||
|
||||
Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
|
||||
[Retrieved (and backported) from:
|
||||
https://github.com/gnuradio/gnuradio/commit/463c3477549b26b32d9b73eef30044e97c4eee64]
|
||||
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
|
||||
---
|
||||
gr-blocks/include/gnuradio/blocks/blockinterleaving.h | 2 +-
|
||||
gr-blocks/lib/blockinterleaving.cc | 1 +
|
||||
2 files changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
index 9d4e0f249..df831fe5a 100644
|
||||
--- a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
+++ b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
@@ -12,7 +12,7 @@
|
||||
#define INCLUDED_GR_BLOCKS_BLOCKINTERLEAVING_H
|
||||
|
||||
#include <gnuradio/blocks/api.h>
|
||||
-
|
||||
+#include <vector>
|
||||
|
||||
namespace gr {
|
||||
namespace blocks {
|
||||
diff --git a/gr-blocks/lib/blockinterleaving.cc b/gr-blocks/lib/blockinterleaving.cc
|
||||
index fc5873e11..768ad9ea7 100644
|
||||
--- a/gr-blocks/lib/blockinterleaving.cc
|
||||
+++ b/gr-blocks/lib/blockinterleaving.cc
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <spdlog/fmt/fmt.h>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
+#include <vector>
|
||||
|
||||
namespace gr {
|
||||
namespace blocks {
|
||||
--
|
||||
2.35.1
|
||||
|
@ -1,33 +0,0 @@
|
||||
From 901c2ad1ac88908a2e6db5615d5af39a218d826d Mon Sep 17 00:00:00 2001
|
||||
From: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
|
||||
Date: Fri, 23 Sep 2022 08:41:26 +0200
|
||||
Subject: [PATCH] blocks/blockinterleaving.h: add missing cstddef header
|
||||
(required for size_t)
|
||||
|
||||
Fix build failure like:
|
||||
|
||||
gnuradio/gr-blocks/lib/../include/gnuradio/blocks/blockinterleaving.h:25:36: error: ‘size_t’ was not declared in this scope
|
||||
|
||||
This failure is due to the miss of cstddef include
|
||||
|
||||
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
|
||||
[Upstream status: https://github.com/gnuradio/gnuradio/pull/6188]
|
||||
---
|
||||
gr-blocks/include/gnuradio/blocks/blockinterleaving.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
index df831fe5a..33c59e35b 100644
|
||||
--- a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
+++ b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <gnuradio/blocks/api.h>
|
||||
#include <vector>
|
||||
+#include <cstddef>
|
||||
|
||||
namespace gr {
|
||||
namespace blocks {
|
||||
--
|
||||
2.35.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 c6b9f59447a842559b00b3a67b4ca1186e9adb8db742b25400507fedc747f2bd gnuradio-3.10.4.0.tar.gz
|
||||
sha256 55156650ada130600c70bc2ab38eee718fc1d23011be548471e888399f207ddc gnuradio-3.10.7.0.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GNURADIO_VERSION = 3.10.4.0
|
||||
GNURADIO_VERSION = 3.10.7.0
|
||||
GNURADIO_SITE = $(call github,gnuradio,gnuradio,v$(GNURADIO_VERSION))
|
||||
GNURADIO_LICENSE = GPL-3.0+
|
||||
GNURADIO_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user