From 7fec3101d20e3a690f93f1a6849aeaccb7f972af Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 4 Oct 2019 10:41:44 +0000 Subject: uhd: updated to 3.14.1.1 003.014.001.001 Device3: latch n on m in axi_rate_change in DUC/DDC Device3: UART: fix TX <-> RX, FIFO size as parameter Device3: Restore default buffer sizes for MPMD UDP RFNoC: Fix off by one error in window.v E320: fix time source clobbering ref source B200: Add command to query bootloader status RFNoC: fix multidevice graph connections MPMD: Fix corner case in MPM device discovery MPM: fixed mboard_max_revision value (MPM compat check failures) MPM: Fix version string for logger Docs: x300: update docs for multiple timed commands Docs: Fix Doxygen warnings due to spurious backslashes Docs: RFNoC: Fix Doxygen warning due to undoc'd parameter Docs: Adjust FPGA functional verification tests Docs: Fix MPM cmake command for E320 RFNoC: Re-enable flow ctrl for blocks on same xbar Tools: Fix build issues with kitchen_sink cmake: Add UHD_COMPONENT variable --- ham/uhd/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'ham/uhd/Makefile') diff --git a/ham/uhd/Makefile b/ham/uhd/Makefile index ac86eba7041..4b3853a1939 100644 --- a/ham/uhd/Makefile +++ b/ham/uhd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2019/08/22 12:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.51 2019/10/04 10:41:44 adam Exp $ -DISTNAME= uhd-3.14.1.0 -PKGREVISION= 1 +DISTNAME= uhd-3.14.1.1 CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -14,6 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests +CMAKE_ARGS+= -DPKG_MAN_DIR=${PKGMANDIR}/man1 CMAKE_ARGS+= -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py CMAKE_ARGS+= -Wno-dev .include "../../lang/python/pyversion.mk" @@ -63,13 +63,6 @@ INSTALLATION_DIRS+= share/uhd/firmware INSTALLATION_DIRS+= share/uhd/fpga INSTALLATION_DIRS+= share/uhd/images -SUBST_CLASSES+= man -SUBST_MESSAGE.man= Convert share/man to man -SUBST_STAGE.man= pre-configure -SUBST_FILES.man= docs/CMakeLists.txt -SUBST_SED.man= -e '/UHD_INSTALL/s,$${PKG_MAN_DIR},${PREFIX}/${PKGMANDIR}/man1,' -# UHD_INSTALL(FILES ${gzfile} DESTINATION ${PKG_MAN_DIR} COMPONENT manpages) - .include "options.mk" .include "../../devel/boost-libs/buildlink3.mk" -- cgit v1.2.3