mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Udev-167. Fixes #2850.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2002e60464
commit
594959c777
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2011-04-18</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Upgrade to Udev-167. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2850">#2850</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2011-04-13</para>
|
<para>2011-04-13</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -190,9 +190,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Texinfo &texinfo-version;</para>
|
<para>Texinfo &texinfo-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Udev &udev-version;</para>
|
<para>Udev &udev-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>&udev-config;</para>
|
<para>&udev-config;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -230,9 +230,6 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>readline-&readline-version;-fixes-1.patch</para>
|
<para>readline-&readline-version;-fixes-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para>udev-&udev-version;-v4l1-1.patch</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -156,14 +156,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Udev V4L Patch - <token>&udev-v4l-patch-size;</token>:</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Download: <ulink url="&patches-root;&udev-v4l-patch;"/></para>
|
|
||||||
<para>MD5 sum: <literal>&udev-v4l-patch-md5;</literal></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<!-- <varlistentry>
|
<!-- <varlistentry>
|
||||||
<term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
|
<term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -41,10 +41,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Udev</title>
|
<title>Installation of Udev</title>
|
||||||
|
|
||||||
<para>Apply a patch to fix an issue caused by the removal of the Video for
|
<para>Fix a bug in the Makefile that prevents some tools from being built
|
||||||
Linux 1 API from Linux-&linux-version;:</para>
|
and installed:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&udev-v4l-patch;</userinput></screen>
|
<screen><userinput remap="pre">sed -i -e '228d' -e '317d' Makefile.am</userinput></screen>
|
||||||
|
|
||||||
<para>The udev-config tarball contains LFS-specific files used to configure
|
<para>The udev-config tarball contains LFS-specific files used to configure
|
||||||
Udev. Unpack it into the Udev source directory:</para>
|
Udev. Unpack it into the Udev source directory:</para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20110413">
|
<!ENTITY version "SVN-20110418">
|
||||||
<!ENTITY releasedate "April 13, 2011">
|
<!ENTITY releasedate "April 18, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "6.9">
|
<!ENTITY milestone "6.9">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -513,17 +513,17 @@
|
|||||||
<!ENTITY texinfo-ch6-du "21 MB">
|
<!ENTITY texinfo-ch6-du "21 MB">
|
||||||
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
|
<!ENTITY texinfo-ch6-sbu "0.3 SBU">
|
||||||
|
|
||||||
<!ENTITY udev-version "166">
|
<!ENTITY udev-version "167">
|
||||||
<!ENTITY udev-size "573 KB">
|
<!ENTITY udev-size "581 KB">
|
||||||
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
|
<!ENTITY udev-url "&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2">
|
||||||
<!ENTITY udev-md5 "4db27d73fdbe94f47fd89fdd105c2dfb">
|
<!ENTITY udev-md5 "4b37e1222f06c14c24147de346aa0bad">
|
||||||
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
|
<!ENTITY udev-home "&kernel;linux/utils/kernel/hotplug/udev.html">
|
||||||
<!ENTITY udev-ch6-du "9.3 MB">
|
<!ENTITY udev-ch6-du "9.3 MB">
|
||||||
<!ENTITY udev-ch6-sbu "0.2 SBU">
|
<!ENTITY udev-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY udev-testfiles-url "http://anduin.linuxfromscratch.org/sources/other/udev-&udev-version;-testfiles.tar.bz2">
|
<!ENTITY udev-testfiles-url "http://anduin.linuxfromscratch.org/sources/other/udev-&udev-version;-testfiles.tar.bz2">
|
||||||
<!ENTITY udev-testfiles-size "150 KB">
|
<!ENTITY udev-testfiles-size "150 KB">
|
||||||
<!ENTITY udev-testfiles-md5 "64ada14e464dee3388787e3aebf2ac34">
|
<!ENTITY udev-testfiles-md5 "7f8d2e479254c10592091580b736b0e9">
|
||||||
<!ENTITY udev-testfiles-du "37 MB">
|
<!ENTITY udev-testfiles-du "37 MB">
|
||||||
|
|
||||||
<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
|
<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
|
||||||
|
@ -94,8 +94,3 @@
|
|||||||
<!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
|
<!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
|
||||||
<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
|
<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
|
||||||
<!ENTITY tar-overflow-patch-size "1.7 KB">
|
<!ENTITY tar-overflow-patch-size "1.7 KB">
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY udev-v4l-patch "udev-&udev-version;-v4l1-1.patch">
|
|
||||||
<!ENTITY udev-v4l-patch-md5 "f927b1454df38902303ad86aed65e0af">
|
|
||||||
<!ENTITY udev-v4l-patch-size "1.6 KB">
|
|
||||||
|
Loading…
Reference in New Issue
Block a user