r4829 - trunk/src/target/opkg/libopkg

tick at docs.openmoko.org tick at docs.openmoko.org
Thu Nov 27 18:39:25 CET 2008


Author: tick
Date: 2008-11-27 18:39:24 +0100 (Thu, 27 Nov 2008)
New Revision: 4829

Modified:
   trunk/src/target/opkg/libopkg/pkg.c
Log:
opkg: mark the pkg SF  as !SF_FILELIST_CHANGED after write back.


Modified: trunk/src/target/opkg/libopkg/pkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.c	2008-11-27 00:04:06 UTC (rev 4828)
+++ trunk/src/target/opkg/libopkg/pkg.c	2008-11-27 17:39:24 UTC (rev 4829)
@@ -1808,6 +1808,8 @@
      fclose(data.stream);
      free(list_file_name);
 
+     pkg->state_flag &= ~SF_FILELIST_CHANGED;
+
      return err;
 }
 




More information about the commitlog mailing list