open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

Remove patches to librtlsdr #456

Closed clementkng closed 3 years ago

clementkng commented 3 years ago

To keep the sdr Dockerfiles focused and the docker images small, we shouldn't apply these patch fixes to librtlsdr every time. Instead, I created a fork of the rpc branch of the librtlsdr project and committed those two patches, so we can reduce the instructions to a single git clone statement.

Tested that sdr still builds properly.

Signed-off-by: Clement Ng clementdng@gmail.com