Last change
on this file since f2a8973 was
f2a8973,
checked in by Karel Gardas <karel@…>, on 11/13/21 at 11:57:29
|
RSB: update dtc 1.6.0 -> dtc 1.6.1
Fixes #4221
Note: the patch updates only dtc 1.6.0 occurrences. It leaves all other
dtc (1.4.x) usages as they are just to not break anything which depends
on older dtc versions.
|
-
Property mode set to
100644
|
File size:
349 bytes
|
Line | |
---|
1 | # |
---|
2 | # DTC (Device Tree Compiler) 1.6.1 |
---|
3 | # |
---|
4 | |
---|
5 | %if %{release} == %{nil} |
---|
6 | %define release 1 |
---|
7 | %endif |
---|
8 | |
---|
9 | %include %{_configdir}/base.cfg |
---|
10 | |
---|
11 | %define dtc_version 1.6.1 |
---|
12 | |
---|
13 | %hash sha256 dtc-%{dtc_version}.tar.gz 38a6257f2c23cb9dfa1781ac4ad122d8358e1a22d33b2da0eb492c190644a376 |
---|
14 | |
---|
15 | # |
---|
16 | # The DTC build instructions. We use 1.x.x Release 1. |
---|
17 | # |
---|
18 | %include %{_configdir}/dtc-1-1.cfg |
---|
Note: See
TracBrowser
for help on using the repository browser.