Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r1388 - trunk/oe/packages/ipkg/files ([EMAIL PROTECTED])
2. r1389 - trunk/oe/packages/linux/linux-gta01
([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-03-16 14:49:11 +0100 (Fri, 16 Mar 2007)
New Revision: 1388
Modified:
trunk/oe/packages/ipkg/files/is-processing.patch
Log:
add new is-processing.patch from Ken Zhao
Modified: trunk/oe/packages/ipkg/files/is-processing.patch
===================================================================
--- trunk/oe/packages/ipkg/files/is-processing.patch 2007-03-16 09:06:32 UTC
(rev 1387)
+++ trunk/oe/packages/ipkg/files/is-processing.patch 2007-03-16 13:49:11 UTC
(rev 1388)
@@ -1,6 +1,6 @@
diff -Nur ipkg-0.99.163.orig/ipkg_install.c ipkg-0.99.163/ipkg_install.c
--- ipkg-0.99.163.orig/ipkg_install.c 2006-03-30 21:50:24.000000000 +0800
-+++ ipkg-0.99.163/ipkg_install.c 2006-08-10 09:30:40.000000000 +0800
++++ ipkg-0.99.163/ipkg_install.c 2007-03-15 08:01:20.887060992 +0800
@@ -211,6 +211,7 @@
anyone ever wants to make a nice libipkg. */
@@ -9,9 +9,35 @@
return ipkg_install_pkg(conf, new,0);
}
+diff -Nur ipkg-0.99.163.orig/libbb/unzip.c ipkg-0.99.163/libbb/unzip.c
+--- ipkg-0.99.163.orig/libbb/unzip.c 2006-02-06 16:13:02.000000000 +0800
++++ ipkg-0.99.163/libbb/unzip.c 2007-03-15 08:03:45.513074496 +0800
+@@ -1028,13 +1028,15 @@
+ */
+ extern void gz_close(int gunzip_pid)
+ {
+- if (kill(gunzip_pid, SIGTERM) == -1) {
+- error_msg_and_die("*** Couldnt kill old gunzip process ***
aborting");
+- }
++ if (kill(gunzip_pid, 0) == 0) {
++ if (kill(gunzip_pid, SIGTERM) == -1) {
++ error_msg_and_die("*** Couldnt kill old gunzip process
*** aborting");
++ }
+
+- if (waitpid(gunzip_pid, NULL, 0) == -1) {
+- printf("Couldnt wait ?");
++ if (waitpid(gunzip_pid, NULL, 0) == -1) {
++ printf("Couldnt wait ?");
++ }
+ }
+- free(window);
+- free(crc_table);
++ free(window);
++ free(crc_table);
+ }
diff -Nur ipkg-0.99.163.orig/pkg.c ipkg-0.99.163/pkg.c
--- ipkg-0.99.163.orig/pkg.c 2006-04-21 04:29:28.000000000 +0800
-+++ ipkg-0.99.163/pkg.c 2006-08-10 09:35:06.000000000 +0800
++++ ipkg-0.99.163/pkg.c 2007-03-15 08:01:20.887060992 +0800
@@ -33,6 +33,7 @@
#include "xsystem.h"
#include "ipkg_conf.h"
@@ -113,7 +139,7 @@
}
diff -Nur ipkg-0.99.163.orig/pkg.h ipkg-0.99.163/pkg.h
--- ipkg-0.99.163.orig/pkg.h 2006-05-30 16:31:08.000000000 +0800
-+++ ipkg-0.99.163/pkg.h 2006-08-10 09:19:14.000000000 +0800
++++ ipkg-0.99.163/pkg.h 2007-03-15 08:01:20.888060840 +0800
@@ -176,6 +176,10 @@
int arch_priority;
/* Adding this flag, to "force" ipkg to choose a "provided_by_hand" package,
if there are multiple choice */
--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-16 22:43:25 +0100 (Fri, 16 Mar 2007)
New Revision: 1389
Modified:
trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20.2-fic-gta01
Log:
add LEDS
Modified: trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20.2-fic-gta01
===================================================================
--- trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20.2-fic-gta01
2007-03-16 13:49:11 UTC (rev 1388)
+++ trunk/oe/packages/linux/linux-gta01/defconfig-2.6.20.2-fic-gta01
2007-03-16 21:43:25 UTC (rev 1389)
@@ -1058,6 +1058,7 @@
# LED drivers
#
CONFIG_LEDS_S3C24XX=m
+CONFIG_LEDS_GTA01=m
#
# LED Triggers
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog