浏览代码

Upgrade to Udev-167. Fixes #2850.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 14 年之前
父节点
当前提交
594959c777
共有 7 个文件被更改,包括 21 次插入27 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 5
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 3 3
      chapter06/udev.xml
  5. 2 2
      general.ent
  6. 4 4
      packages.ent
  7. 0 5
      patches.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </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>
       <para>2011-04-13</para>
       <itemizedlist>

+ 2 - 5
chapter01/whatsnew.xml

@@ -190,9 +190,9 @@
     <!--<listitem>
       <para>Texinfo &texinfo-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Udev &udev-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>&udev-config;</para>
     </listitem>-->
@@ -230,9 +230,6 @@
     <listitem>
       <para>readline-&readline-version;-fixes-1.patch</para>
     </listitem>
-    <listitem>
-      <para>udev-&udev-version;-v4l1-1.patch</para>
-    </listitem>
   </itemizedlist>
 
   <itemizedlist>

+ 0 - 8
chapter03/patches.xml

@@ -156,14 +156,6 @@
       </listitem>
     </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>
       <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
       <listitem>

+ 3 - 3
chapter06/udev.xml

@@ -41,10 +41,10 @@
   <sect2 role="installation">
     <title>Installation of Udev</title>
 
-    <para>Apply a patch to fix an issue caused by the removal of the Video for
-    Linux 1 API from Linux-&linux-version;:</para>
+    <para>Fix a bug in the Makefile that prevents some tools from being built
+    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
     Udev. Unpack it into the Udev source directory:</para>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110413">
-<!ENTITY releasedate "April 13, 2011">
+<!ENTITY version "SVN-20110418">
+<!ENTITY releasedate "April 18, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "6.9">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 4 - 4
packages.ent

@@ -513,17 +513,17 @@
 <!ENTITY texinfo-ch6-du "21 MB">
 <!ENTITY texinfo-ch6-sbu "0.3 SBU">
 
-<!ENTITY udev-version "166">
-<!ENTITY udev-size "573 KB">
+<!ENTITY udev-version "167">
+<!ENTITY udev-size "581 KB">
 <!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-ch6-du "9.3 MB">
 <!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-size "150 KB">
-<!ENTITY udev-testfiles-md5 "64ada14e464dee3388787e3aebf2ac34">
+<!ENTITY udev-testfiles-md5 "7f8d2e479254c10592091580b736b0e9">
 <!ENTITY udev-testfiles-du "37 MB">
 
 <!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->

+ 0 - 5
patches.ent

@@ -94,8 +94,3 @@
 <!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
 <!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
 <!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">