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:
Dirk Mueller 2013-06-18 08:58:51 +00:00 committed by Git OBS Bridge
parent 05c52c50d5
commit 19a3aa61e4
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -70,6 +70,7 @@ make %{?_smp_mflags}
%install
%makeinstall PREFIX=/usr LIBDIR=%{_libdir}
install -m 644 libfdt/libfdt_env.h $RPM_BUILD_ROOT/%{_includedir}
rm -f %{buildroot}/%{_libdir}/*.a
%files