Changeset 2ad2fae6 for general/prog


Ignore:
Timestamp:
08/18/2024 09:06:47 PM (5 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
10d0d24
Parents:
19ebe9b7
Message:

Update to dtc-1.7.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dtc.xml

    r19ebe9b7 r2ad2fae6  
    66
    77  <!ENTITY dtc-download-http "https://kernel.org/pub/software/utils/dtc/dtc-&dtc-version;.tar.xz">
    8   <!ENTITY dtc-md5sum        "228576aceed3aa89f54283aa0f1eb820">
    9   <!ENTITY dtc-size          "164 KB">
    10   <!ENTITY dtc-buildsize     "14 MB">
    11   <!ENTITY dtc-time          "less than 0.1 SBU">
     8  <!ENTITY dtc-md5sum        "8dc1c58c84ca19f825f6939801b44c52">
     9  <!ENTITY dtc-size          "168 KB">
     10  <!ENTITY dtc-buildsize     "15 MB">
     11  <!ENTITY dtc-time          "0.3 SBU">
    1212]>
    1313
     
    6969    <para role="optional">
    7070      <xref linkend='libyaml'/>,
    71       <xref linkend='setuptools_scm'/>,
    7271      <xref linkend='swig'/>, and
    7372      <xref linkend='texlive'/>
     
    9493      To test the results, issue: <command>meson test -v</command>.
    9594      <!-- https://github.com/dgibson/dtc/commit/32174a66efa4 -->
     95      <!--
    9696      Two tests named <filename>cell-overflow.dts</filename> and
    9797      <filename>cell-overflow-results.dts</filename> are known to fail.
     98      -->
    9899    </para>
    99100
     
    133134    </para>
    134135 
    135     <screen role="nodump"><userinput>sed -i '/use_scm_version/a "fallback_version": "1.7.0",' ../setup.py &amp;&amp;
    136 &build-wheel-cmd; ..</userinput></screen>
     136<screen role="nodump"><userinput>&build-wheel-cmd; ..</userinput></screen>
    137137
    138138    <para>
     
    155155      Python 3 binding with the <command>pip3 wheel</command> command
    156156      separately if wanted.
    157     </para>
    158 
    159     <para>
    160       <command>sed ... ../setup.py</command>: This command allows building
    161       the Python 3 binding from a release tarball (instead of a Git
    162       checkout).
    163157    </para>
    164158
     
    182176        </seg>
    183177        <seg>
    184           /usr/lib/python&python3-majorver;/site-packages/libfdt-&dtc-version;.dist-info
     178          /usr/lib/python&python3-majorver;/site-packages/libfdt-&dtc-version;.dist-info and
     179          /usr/share/doc/dtc-&dtc-version; (optionally)
    185180        </seg>
    186181      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.