We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f7a1b commit d8529d2Copy full SHA for d8529d2
android/libbladerf/__init__.py
@@ -10,14 +10,14 @@
10
11
class LibbladerfRecipe(NDKRecipe):
12
13
- # url = 'https://github.com/Nuand/bladeRF/archive/refs/tags/{version}.tar.gz'
14
url = 'git+https://github.com/Nuand/bladeRF.git'
+ version = 'f81b82aa8e75ee8866d1aede2a09191d92399829'
15
patches = ('bladerf_android.patch', )
16
generated_libraries = ('libbladerf.so', )
17
site_packages_name = 'libbladerf'
18
library_version_major = '2'
19
- library_version_minor = '6'
20
- library_version_patch = '0'
+ library_version_minor = '5'
+ library_version_patch = '1'
21
22
depends = ('libusb', )
23
name = 'libbladerf'
0 commit comments