From 7dd31d302133dd8fc5d6f44a42209fdb3573c51f Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Wed, 3 Dec 2025 22:57:22 +0100 Subject: [PATCH] package/uhd: bump version to 4.9.0.1 Release notes: https://github.com/EttusResearch/uhd/releases Rebased patch 0001. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- ...-CMakeLists-add-boost-unit_test_framework-requir.patch | 8 +++++--- package/uhd/uhd.hash | 2 +- package/uhd/uhd.mk | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch b/package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch index 4c455d28fc..cdd4b6c64f 100644 --- a/package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch +++ b/package/uhd/0001-host-CMakeLists-add-boost-unit_test_framework-requir.patch @@ -13,6 +13,8 @@ Signed-off-by: Gwenhael Goavec-Merou [Fabrice: updated for 4.3.0.0] Signed-off-by: Fabrice Fontaine [Upstream status: reverted (https://github.com/EttusResearch/uhd/commit/1a00949b19eaecb84af0f27c370400dc71a9fd84)] +[Bernd: rebased for version 4.9.0.1] +Signed-off-by: Bernd Kuhls --- host/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) @@ -21,9 +23,9 @@ diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 8f72ece76..a7731ffbd 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt -@@ -291,9 +291,12 @@ set(UHD_BOOST_REQUIRED_COMPONENTS - system +@@ -323,9 +323,12 @@ set(UHD_BOOST_REQUIRED_COMPONENTS serialization + #system Boost.System is used, but explicitly listing it causes errors on some systems. thread - unit_test_framework ) @@ -34,7 +36,7 @@ index 8f72ece76..a7731ffbd 100644 + include(UHDBoost) - include_directories(${Boost_INCLUDE_DIRS}) + # Include boost headers as system headers to avoid compiler warnings from them. -- 2.26.2 diff --git a/package/uhd/uhd.hash b/package/uhd/uhd.hash index 3282da2ec7..be79a138dd 100644 --- a/package/uhd/uhd.hash +++ b/package/uhd/uhd.hash @@ -1,5 +1,5 @@ # Locally calculated: -sha256 afe56842587ce72d6a57535a2b15c061905f0a039abcc9d79f0106f072a00d10 uhd-4.7.0.0.tar.gz +sha256 0be26a139f23041c1fb6e9666d84cba839460e3c756057dc48dc067cc356a7bc uhd-4.9.0.1.tar.gz sha256 94cc36ada2641d037980bf6c2418a750ac10a115ae11de5a5cda6177769dbd4c LICENSE.md sha256 70bf7e79c8cd73a81f97ce81745ea0719a617eebe299a61868165daeae71fff2 host/LICENSE sha256 206adc03412b6c5b71b9c9df9c1f2e60e11833e89393877d5031fd11d332b1d4 fpga/usrp3/LICENSE.md diff --git a/package/uhd/uhd.mk b/package/uhd/uhd.mk index 52ea06a394..a05675b102 100644 --- a/package/uhd/uhd.mk +++ b/package/uhd/uhd.mk @@ -4,7 +4,7 @@ # ################################################################################ -UHD_VERSION = 4.7.0.0 +UHD_VERSION = 4.9.0.1 UHD_SITE = $(call github,EttusResearch,uhd,v$(UHD_VERSION)) UHD_LICENSE = GPL-3.0+, LGPL-3.0+ (fpga/usrp3) UHD_LICENSE_FILES = LICENSE.md host/LICENSE fpga/usrp3/LICENSE.md