hackrf: new package
authorJason Pruitt <jrspruitt@gmail.com>
Sat, 31 Mar 2018 20:57:58 +0000 (22:57 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 1 Apr 2018 12:38:35 +0000 (14:38 +0200)
commit29b7cc88f401dcc69a085be5af067851f896da58
tree57bab1a181e0658161dca176dd72bbf33e2bbcb3
parent25cc88079459beba0827e95733f54ecad0bf995c
hackrf: new package

This patch adds hackrf/host tools for HackRF, a low cost, open source
Software Defined Radio platform.

Sources of host tools are available on GitHub here:
https://github.com/mossmann/hackrf/tree/master/host

Signed-off-by: Jason Pruitt <jrspruitt@gmail.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
[Arnout:
 - Rename package to hackrf to match upstream name;
 - Reorder dependencies and remove empty line (check-package);
 - Use only sha256 hash;
 - Add hash for license file;
 - Bump to 2018.01.1;
 - Use uploaded tarball rather than github-generated one;
 - Fix dependencies of comment (|| instead of &&)
 - Add UDEV_RULES_GROUP=plugdev in case the build host doesn't have
   this group;
 - Add patch fixing build without C++ compiler.
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/hackrf/0001-Don-t-require-a-C-compiler.patch [new file with mode: 0644]
package/hackrf/Config.in [new file with mode: 0644]
package/hackrf/hackrf.hash [new file with mode: 0644]
package/hackrf/hackrf.mk [new file with mode: 0644]