Changeset aea9d3b


Ignore:
Timestamp:
07/09/2021 06:31:41 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
22547b2
Parents:
ecf55d8 (diff), e182fa3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    recf55d8 raea9d3b  
    24512451        <seglistitem>
    24522452         <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Expat, Gawk,
    2453          GCC, Glibc, Gperf, Grep, Intltool, Libcap,
     2453         GCC, Glibc, Gperf, Grep, Intltool, Jinja2, Libcap,
    24542454         Meson, Sed, and Util-linux</seg>
    24552455        </seglistitem>
  • chapter08/meson.xml

    recf55d8 raea9d3b  
    9595      <seglistitem>
    9696        <seg>meson</seg>
     97        <!-- We are using DESTDIR installation here, so the directory layout
     98          is different than other Python modules in LFS
     99          (Jinja2 & MarkupSafe). -->
    97100        <seg>/usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-minor;.egg-info and /usr/lib/python&python-minor;/site-packages/mesonbuild</seg>
    98101      </seglistitem>
  • prologue/why.xml

    recf55d8 raea9d3b  
    296296      </listitem>
    297297
     298      <listitem revision="systemd">
     299        <para>Jinja2</para>
     300
     301        <para>This package is a Python module for text templating.
     302        It's required to build Systemd.</para>
     303      </listitem>
     304
    298305      <listitem>
    299306        <para>Kbd</para>
     
    387394      </listitem>
    388395
     396      <listitem revision="systemd">
     397        <para>MarkupSafe</para>
     398
     399        <para>This package is a Python module for processing strings in
     400        HTML/XHTML/XML safely.  Jinja2 requires this pacakge.</para>
     401      </listitem>
     402
    389403      <listitem>
    390404        <para>Man-DB</para>
     
    409423        of software. The main goal for Meson is to minimize the amount of time
    410424        that software developers need to spend configuring their build
    411         system.</para>
     425        system.  It's required to build Systemd, as well as many BLFS
     426        packages.</para>
    412427
    413428      </listitem>
     
    432447        <para>This package contains a small build system with a focus on speed.
    433448        It is designed to have its input files generated by a higher-level build
    434         system, and to run builds as fast as possible.</para>
     449        system, and to run builds as fast as possible.
     450        This package is required by Meson.</para>
    435451
    436452      </listitem>
Note: See TracChangeset for help on using the changeset viewer.