Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpack: Fix RPM generation | Matt Reilly | 2019-01-28 | 1 | -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 headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | 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 Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2013-09-11 | 1 | -0/+1 |
|\ | |||||
| * | Fixed references to Linux USB permissions commands | Nicholas Corgan | 2013-09-11 | 1 | -1/+2 |
| | | | | | | | | * 'sudo udevadm trigger' needs to be run after reloading rules | ||||
* | | cmake: uhd-usrp.rules location fixed to reflect FHS compliance | Nicholas Corgan | 2013-03-21 | 1 | -2/+2 |
|/ | |||||
* | uhd: added missing shbang to pre/post scripts | Josh Blum | 2011-10-14 | 1 | -0/+1 |
| | |||||
* | uhd: added post/pre un/install scripts for deb and rpm packagesrelease_003_003_000 | Josh Blum | 2011-10-14 | 1 | -0/+20 |