Skip to content

Commit d8529d2

Browse files
committed
fixed issue with installation
1 parent f6f7a1b commit d8529d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/libbladerf/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
class LibbladerfRecipe(NDKRecipe):
1212

13-
# url = 'https://github.com/Nuand/bladeRF/archive/refs/tags/{version}.tar.gz'
1413
url = 'git+https://github.com/Nuand/bladeRF.git'
14+
version = 'f81b82aa8e75ee8866d1aede2a09191d92399829'
1515
patches = ('bladerf_android.patch', )
1616
generated_libraries = ('libbladerf.so', )
1717
site_packages_name = 'libbladerf'
1818
library_version_major = '2'
19-
library_version_minor = '6'
20-
library_version_patch = '0'
19+
library_version_minor = '5'
20+
library_version_patch = '1'
2121

2222
depends = ('libusb', )
2323
name = 'libbladerf'

0 commit comments

Comments
 (0)