r4438 - trunk/src/target/opkg/libopkg

thomas at docs.openmoko.org thomas at docs.openmoko.org
Thu May 15 15:34:12 CEST 2008


Author: thomas
Date: 2008-05-15 15:34:12 +0200 (Thu, 15 May 2008)
New Revision: 4438

Modified:
   trunk/src/target/opkg/libopkg/opkg.c
Log:
opkg: re-read package lists after update


Modified: trunk/src/target/opkg/libopkg/opkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg.c	2008-05-15 10:40:56 UTC (rev 4437)
+++ trunk/src/target/opkg/libopkg/opkg.c	2008-05-15 13:34:12 UTC (rev 4438)
@@ -816,6 +816,9 @@
   free (tmp);
   free (lists_dir);
 
+  /* Now re-read the package lists to update package hash tables. */
+  opkg_re_read_config_files (opkg);
+
   return result;
 }
 





More information about the commitlog mailing list