mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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 <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
b6565f494e
commit
7dd31d3021
@@ -13,6 +13,8 @@ Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
|
||||
[Fabrice: updated for 4.3.0.0]
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
[Upstream status: reverted (https://github.com/EttusResearch/uhd/commit/1a00949b19eaecb84af0f27c370400dc71a9fd84)]
|
||||
[Bernd: rebased for version 4.9.0.1]
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
---
|
||||
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user