Revision: 5900 Author: pebender Date: Thu Dec 3 18:57:51 2009 Log: - Patched system/lirc so that it compiles with Linux 2.6.32.
http://code.google.com/p/minimyth/source/detail?r=5900 Added: /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6-linux_2_6_32.patch Modified: /trunk/gar-minimyth/script/system/lirc/Makefile /trunk/gar-minimyth/script/system/lirc/checksums ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/system/lirc/files/lirc-0.8.6-linux_2_6_32.patch Thu Dec 3 18:57:51 2009 @@ -0,0 +1,13 @@ +diff -Naur lirc-0.8.6-old/drivers/lirc_i2c/lirc_i2c.c lirc-0.8.6-new/drivers/lirc_i2c/lirc_i2c.c +--- lirc-0.8.6-old/drivers/lirc_i2c/lirc_i2c.c 2009-08-30 09:59:53.000000000 -0700 ++++ lirc-0.8.6-new/drivers/lirc_i2c/lirc_i2c.c 2009-12-03 16:52:05.000000000 -0800 +@@ -399,7 +399,9 @@ + .name = "i2c ir driver", + }, + #endif ++#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 32) + .id = I2C_DRIVERID_EXP3, /* FIXME */ ++#endif + #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) + .attach_adapter = ir_probe, + .detach_client = ir_remove, ======================================= --- /trunk/gar-minimyth/script/system/lirc/Makefile Mon Nov 30 19:50:21 2009 +++ /trunk/gar-minimyth/script/system/lirc/Makefile Thu Dec 3 18:57:51 2009 @@ -5,7 +5,7 @@ #MASTER_SITES = http://www.lirc.org/software/snapshots/ #MASTER_SITES = cvs://anonym...@$(GARNAME).cvs.sourceforge.net:/cvsroot/$(GARNAME)/ DISTFILES = $(DISTNAME).tar.bz2 -PATCHFILES = $(DISTNAME)-uinput_key_fix.patch $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar +PATCHFILES = $(DISTNAME)-linux_2_6_32.patch $(DISTNAME)-uinput_key_fix.patch $(DISTNAME)-remove_smp_unsafe_drivers.patch $(DISTNAME)-input_map.patch.gar LICENSE = GPL2 DESCRIPTION = ======================================= --- /trunk/gar-minimyth/script/system/lirc/checksums Tue Dec 1 23:35:22 2009 +++ /trunk/gar-minimyth/script/system/lirc/checksums Thu Dec 3 18:57:51 2009 @@ -1,4 +1,5 @@ 4ca24da6f5e7c2dcea74878c27a4a3f7 download/lirc-0.8.6.tar.bz2 +e05376fae9add48baf75cfd4f29ffca4 files/lirc-0.8.6-linux_2_6_32.patch a91f175b0cfe968099a7a3623a1a8b36 download/lirc-0.8.6-uinput_key_fix.patch f848f08622360d1714dc2f9e91934bab download/lirc-0.8.6-remove_smp_unsafe_drivers.patch 2bec5f74b2ecd993afad4572607e4c9b download/lirc-0.8.6-input_map.patch.gar -- 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.
