mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to linux-5.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
18302d81ba
commit
ab4ca91894
@ -43,6 +43,16 @@
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2019-03-05</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-5.0. Fixes
|
||||
<ulink url="&lfs-ticket-root;4437">#4437</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2019-03-01</para>
|
||||
<itemizedlist>
|
||||
|
@ -90,7 +90,8 @@
|
||||
|
||||
<screen><userinput remap="install">make install
|
||||
chmod -v 755 /usr/lib/libpython&python-minor;m.so
|
||||
chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
|
||||
chmod -v 755 /usr/lib/libpython3.so
|
||||
ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the install commands:</title>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20190301">
|
||||
<!ENTITY version "SVN-20190305">
|
||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||
Change to x.y for release but not -rc releases -->
|
||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||
|
||||
<!ENTITY versiond "20190225-systemd">
|
||||
<!ENTITY versiond "2019005-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "March 1, 2019">
|
||||
<!ENTITY releasedate "March 5, 2019">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "8.5">
|
||||
|
14
packages.ent
14
packages.ent
@ -421,14 +421,14 @@
|
||||
<!ENTITY libtool-ch6-du "43 MB">
|
||||
<!ENTITY libtool-ch6-sbu "1.5 SBU">
|
||||
|
||||
<!ENTITY linux-major-version "4">
|
||||
<!ENTITY linux-minor-version "20">
|
||||
<!ENTITY linux-patch-version "13">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "101,841 KB">
|
||||
<!ENTITY linux-major-version "5">
|
||||
<!ENTITY linux-minor-version "0">
|
||||
<!ENTITY linux-patch-version "0">
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
|
||||
<!ENTITY linux-size "102,769 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "9e7be76676ab0ee966f1bd2d0407a002">
|
||||
<!ENTITY linux-md5 "7381ce8aac80a01448e065ce795c19c0">
|
||||
<!ENTITY linux-home "https://www.kernel.org/">
|
||||
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
|
||||
allnoconfig extended for a hopefully-bootable build on desktop machine,
|
||||
|
Loading…
Reference in New Issue
Block a user