aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/redhat
Commit message (Collapse)AuthorAgeFilesLines
* cpack: Fix RPM generationMatt Reilly2019-01-281-1/+1
| | | | | | | | | | | | | | UHDPackage.cmake produced new directory entries ("%dir" directives) for /usr/local and other folders... This produced conflicts with the filesystem package on Fedora 28 (at least). Added set of CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION to the cmake rpm package instructions. This fixes the problem and produces a working rpm for Fedora 28 x86_64. The redhat post_install.in file was referring to the /usr/lib tree, which is now /usr/lib64, so the script failed to install the uhd-usrp.rules. That's been fixed too.
* uhd: Update license headersMartin Braun2018-02-194-4/+8
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-224-48/+4
|
* Merge branch 'maint'Josh Blum2013-09-111-0/+1
|\
| * Fixed references to Linux USB permissions commandsNicholas Corgan2013-09-111-1/+2
| | | | | | | | * 'sudo udevadm trigger' needs to be run after reloading rules
* | cmake: uhd-usrp.rules location fixed to reflect FHS complianceNicholas Corgan2013-03-211-2/+2
|/
* cmake: Binaries give notification before installing or uninstalling UHD. ↵Nicholas Corgan2012-03-292-0/+3
| | | | Better to give an output than just an empty pause.
* uhd: added missing shbang to pre/post scriptsJosh Blum2011-10-144-0/+4
|
* uhd: added post/pre un/install scripts for deb and rpm packagesrelease_003_003_000Josh Blum2011-10-144-0/+73