r4015 - trunk/src/target/opkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Feb 4 12:33:42 CET 2008


Author: thomas
Date: 2008-02-04 12:33:41 +0100 (Mon, 04 Feb 2008)
New Revision: 4015

Modified:
   trunk/src/target/opkg/pkg_parse.c
Log:
opkg: fix pkg_parse_raw() bug where architecture is set to an invalid value


Modified: trunk/src/target/opkg/pkg_parse.c
===================================================================
--- trunk/src/target/opkg/pkg_parse.c	2008-02-03 23:31:11 UTC (rev 4014)
+++ trunk/src/target/opkg/pkg_parse.c	2008-02-04 11:33:41 UTC (rev 4015)
@@ -274,7 +274,6 @@
 		    pkg->auto_installed = 1;
 		}
 		free(auto_installed_value);
-		pkg->architecture = parseGenericFieldType("Auto-Installed", *lines);
 	    }
 	    break;
 





More information about the commitlog mailing list