[Clfs-commits] commit: r4329 - in /trunk/BOOK: final-system/common/linux-headers.xml introduction/common/changelog.xml materials/common/patches.xml patches.ent

svn at cross-lfs.org svn at cross-lfs.org
Sun Jan 4 19:53:19 PST 2009


Author: jim
Date: Mon Jan  5 03:53:19 2009
New Revision: 4329

Log:
Added Patch for Linux Headers to Fix Kbd Missing Header

Modified:
    trunk/BOOK/final-system/common/linux-headers.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/final-system/common/linux-headers.xml
==============================================================================
--- trunk/BOOK/final-system/common/linux-headers.xml (original)
+++ trunk/BOOK/final-system/common/linux-headers.xml Mon Jan  5 03:53:19 2009
@@ -25,6 +25,11 @@
   <sect2 role="installation">
     <title>Installation of Linux-Headers</title>
 
+    <para os="p1">The following patch contains a fix for a header that will prevent
+    kbd from compiling properly:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&linux-serial-patch;</userinput></screen>
+ 
     <para os="a">For this step you will need the kernel tarball.</para>
 
     <para os="b">Install the header files that are common to all architectures:</para>

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Jan  5 03:53:19 2009
@@ -42,6 +42,10 @@
         <listitem>
           <para>[Jim] - Changed the commands for Clean Toolchain Updates. Using
                 proper LDFLAGS instead of the compiler string for library command.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added patch that will fix a build issue with Kbd. The patch is
+		for the linux-headers in final-system.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Mon Jan  5 03:53:19 2009
@@ -127,6 +127,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Linux Serial Header Fix Patch - <token>&linux-serial-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&linux-serial-patch;"/></para>
+        <para>MD5 sum: <literal>&linux-serial-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Ncurses Bash Patch - <token>&ncurses-bashfix-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Mon Jan  5 03:53:19 2009
@@ -55,6 +55,10 @@
 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff">
 <!ENTITY inetutils-man_pages-patch-size "4 KB">
+
+<!ENTITY linux-serial-patch "linux-&linux-version;-serial_h_fix-1.patch">
+<!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
+<!ENTITY linux-serial-patch-size "4 KB">
 
 <!ENTITY ncurses-bashfix-patch "ncurses-&ncurses-version;-bash_fix-1.patch">
 <!ENTITY ncurses-bashfix-patch-md5 "c6f7f2ab0ebaf7721ebeb266641352db">




More information about the Clfs-commits mailing list