Author: pebender
Date: Tue Jan 13 16:11:52 2009
New Revision: 4245

Added:
     
trunk/gar-minimyth/script/kernel-2.6.28/linux/files/linux-2.6.28-serial_h.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/kernel-2.6.28/linux/Makefile
    trunk/gar-minimyth/script/kernel-2.6.28/linux/checksums

Log:
- Fixed a bug in kernel-2.6.28/linux that could cause packages that
   include linux/serial.h to fail to compile.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Tue Jan 13  
16:11:52 2009
@@ -85,6 +85,8 @@
      - Fixed lib/libftdi so that it does detect the system's boost library  
and
        so that it does not require the boost library even though it is
        included in MiniMyth.
+    - Fixed a bug in kernel-2.6.28/linux that could cause packages that
+      include linux/serial.h to fail to compile.

  Updated packages
      Updated db/sqlite.

Modified: trunk/gar-minimyth/script/kernel-2.6.28/linux/Makefile
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.28/linux/Makefile      (original)
+++ trunk/gar-minimyth/script/kernel-2.6.28/linux/Makefile      Tue Jan 13  
16:11:52 2009
@@ -6,6 +6,7 @@
  CONFIGFILE = $(DISTNAME)-$(GARCH_FAMILY)-$(GARCH).config
  DISTFILES = $(DISTNAME).tar.bz2 $(CONFIGFILE)
  PATCHFILES  = $(DISTNAME)-perl.patch.gar
+PATCHFILES += $(DISTNAME)-serial_h.patch
  PATCHFILES += $(DISTNAME)-bug_11154.patch
  PATCHFILES += $(DISTNAME)-squashfs_3.4.patch $(DISTNAME)-unionfs_2.5.patch
  PATCHFILES += $(DISTNAME)-disable_dma_for_cfa.patch

Modified: trunk/gar-minimyth/script/kernel-2.6.28/linux/checksums
==============================================================================
--- trunk/gar-minimyth/script/kernel-2.6.28/linux/checksums     (original)
+++ trunk/gar-minimyth/script/kernel-2.6.28/linux/checksums     Tue Jan 13  
16:11:52 2009
@@ -1,5 +1,6 @@
  d351e44709c9810b85e29b877f50968a  download/linux-2.6.28.tar.bz2
  28ae1b2f36d65fb5a389878876a9d632  download/linux-2.6.28-perl.patch.gar
+00d804d54162c188f700a491a4d70ad1  download/linux-2.6.28-serial_h.patch
  bb69c084cdfd0074177b3775292863fb  download/linux-2.6.28-bug_11154.patch
  9f5437db055f813aab62825858412f75  download/linux-2.6.28-squashfs_3.4.patch
  68d32347118ae182db1c116f12db6975  download/linux-2.6.28-unionfs_2.5.patch

Added:  
trunk/gar-minimyth/script/kernel-2.6.28/linux/files/linux-2.6.28-serial_h.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/kernel-2.6.28/linux/files/linux-2.6.28-serial_h.patch 
 
Tue Jan 13 16:11:52 2009
@@ -0,0 +1,14 @@
+diff -Naur linux-2.6.28-old/include/linux/serial.h  
linux-2.6.28-new/include/linux/serial.h
+--- linux-2.6.28-old/include/linux/serial.h    2008-12-24 15:26:37.000000000  
-0800
++++ linux-2.6.28-new/include/linux/serial.h    2009-01-13 15:55:24.000000000  
-0800
+@@ -10,8 +10,9 @@
+ #ifndef _LINUX_SERIAL_H
+ #define _LINUX_SERIAL_H
+
+-#ifdef __KERNEL__
+ #include <linux/types.h>
++
++#ifdef __KERNEL__
+ #include <asm/page.h>
+
+ /*

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to