Accepting request 179370 from home:a_faerber:branches:Base:System
Install libfdt_env.h header, which recent Git versions of dtc seem to install. This lets QEMU detect our libfdt1-devel package rather than relying on its Git submodule. OBS-URL: https://build.opensuse.org/request/show/179370 OBS-URL: https://build.opensuse.org/package/show/Base:System/dtc?expand=0&rev=12
This commit is contained in:
parent
05c52c50d5
commit
19a3aa61e4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 00:58:27 UTC 2013 - afaerber@suse.de
|
||||||
|
|
||||||
|
- Recent Git versions of dtc install libfdt_env.h, so that
|
||||||
|
QEMU 1.6.0 will require this file. Install it for compatibility.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 24 12:00:09 UTC 2013 - afaerber@suse.de
|
Thu May 24 12:00:09 UTC 2013 - afaerber@suse.de
|
||||||
|
|
||||||
|
1
dtc.spec
1
dtc.spec
@ -70,6 +70,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall PREFIX=/usr LIBDIR=%{_libdir}
|
%makeinstall PREFIX=/usr LIBDIR=%{_libdir}
|
||||||
|
install -m 644 libfdt/libfdt_env.h $RPM_BUILD_ROOT/%{_includedir}
|
||||||
rm -f %{buildroot}/%{_libdir}/*.a
|
rm -f %{buildroot}/%{_libdir}/*.a
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user