* bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192)
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=16
This commit is contained in:
parent
3c6b59f0ed
commit
a101b42a50
@ -2,8 +2,7 @@
|
|||||||
Thu Jun 1 06:47:30 UTC 2017 - mardnh@gmx.de
|
Thu Jun 1 06:47:30 UTC 2017 - mardnh@gmx.de
|
||||||
|
|
||||||
- Add patch:
|
- Add patch:
|
||||||
- bladeRF-add-cflag-Wno-format-truncation.diff
|
* bladeRF-add-cflag-Wno-format-truncation.patch (boo#1041192)
|
||||||
(fix build for Tumbleweed)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 26 18:15:47 UTC 2017 - mardnh@gmx.de
|
Wed Apr 26 18:15:47 UTC 2017 - mardnh@gmx.de
|
||||||
|
@ -31,7 +31,8 @@ Group: Productivity/Hamradio/Other
|
|||||||
Url: http://nuand.com/
|
Url: http://nuand.com/
|
||||||
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
#Git-Clone: https://github.com/Nuand/bladeRF.git
|
||||||
Source: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
Source: https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
|
||||||
Patch0: bladeRF-add-cflag-Wno-format-truncation.diff
|
# PATCH-FIX-OPENSUSE bladeRF-add-cflag-Wno-format-truncation.patch boo#1041192
|
||||||
|
Patch0: bladeRF-add-cflag-Wno-format-truncation.patch
|
||||||
BuildRequires: cmake >= 2.8.4
|
BuildRequires: cmake >= 2.8.4
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -75,10 +76,7 @@ use of libbladerf.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{release_name}
|
%setup -q -n %{name}-%{release_name}
|
||||||
# FIXME: should be fixed upstream
|
|
||||||
%if 0%{?suse_version} > 1320
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd host
|
cd host
|
||||||
|
Loading…
Reference in New Issue
Block a user