forked from pool/bluez
Accepting request 187261 from home:Guillaume_G:branches:Base:System
Disable check when building with qemu (fix armv6) OBS-URL: https://build.opensuse.org/request/show/187261 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=141
This commit is contained in:
parent
08ec8cad84
commit
fca6b46c22
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 14:00:39 UTC 2013 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
- Disable check when building with qemu (fix armv6)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 08:07:45 UTC 2013 - mmeister@suse.com
|
Thu Mar 21 08:07:45 UTC 2013 - mmeister@suse.com
|
||||||
|
|
||||||
|
@ -222,7 +222,9 @@ fi
|
|||||||
install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
|
install --mode 0755 -d %{buildroot}%{_localstatedir}/lib/bluetooth
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check
|
make check
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user