Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1440975 Details for
Bug 1582095
[patch] add package for fdt static library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add libfdt-static package
dtc-add-static-libfdt.patch (text/plain), 1.49 KB, created by
Bas Mevissen
on 2018-05-24 08:26:49 UTC
(
hide
)
Description:
Patch to add libfdt-static package
Filename:
MIME Type:
Creator:
Bas Mevissen
Created:
2018-05-24 08:26:49 UTC
Size:
1.49 KB
patch
obsolete
>--- dtc.spec 2018-05-23 23:25:34.581856524 +0200 >+++ rpmbuild/SPECS/dtc.spec 2018-05-23 23:27:19.260870293 +0200 >@@ -1,6 +1,6 @@ > Name: dtc > Version: 1.4.6 >-Release: 4%{?dist} >+Release: 5%{?dist} > Summary: Device Tree Compiler > License: GPLv2+ > URL: https://devicetree.org/ >@@ -34,6 +34,13 @@ > %description -n libfdt-devel > This package provides development files for libfdt > >+%package -n libfdt-static >+Summary: Static version of device tree library >+Requires: libfdt-devel = %{version}-%{release} >+ >+%description -n libfdt-static >+This package provides the static library of libfdt >+ > %package -n python2-libfdt > Summary: Python 2 bindings for device tree library > %{?python_provide:%python_provide python2-libfdt} >@@ -51,7 +58,6 @@ > > %install > make install DESTDIR=$RPM_BUILD_ROOT SETUP_PREFIX=$RPM_BUILD_ROOT/usr PREFIX=/usr LIBDIR=%{_libdir} >-find %{buildroot} -type f -name "*.a" -delete > > # we don't want or need ftdump and it conflicts with freetype-demos, so drop > # it (rhbz 797805) >@@ -71,6 +77,9 @@ > %{_libdir}/libfdt-%{version}.so > %{_libdir}/libfdt.so.* > >+%files -n libfdt-static >+%{_libdir}/libfdt.a >+ > %files -n libfdt-devel > %{_libdir}/libfdt.so > %{_includedir}/* >@@ -79,6 +88,9 @@ > %{python_sitearch}/* > > %changelog >+* Wed May 23 2018 Bas Mevissen <abuse@basmevissen.nl> 1.4.6-5 >+- Add static library package >+ > * Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.6-4 > - Add gcc BR >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1582095
:
1440975
|
1448295