r4385 - trunk/src/target/opkg/tests

thomas at sita.openmoko.org thomas at sita.openmoko.org
Mon Apr 21 16:34:06 CEST 2008


Author: thomas
Date: 2008-04-21 16:34:05 +0200 (Mon, 21 Apr 2008)
New Revision: 4385

Modified:
   trunk/src/target/opkg/tests/libopkg_test.c
Log:
opkg: add opkg_read_config_files() to libopkg_test


Modified: trunk/src/target/opkg/tests/libopkg_test.c
===================================================================
--- trunk/src/target/opkg/tests/libopkg_test.c	2008-04-21 14:33:34 UTC (rev 4384)
+++ trunk/src/target/opkg/tests/libopkg_test.c	2008-04-21 14:34:05 UTC (rev 4385)
@@ -11,6 +11,8 @@
 
   opkg_set_option (opkg, "offline_root", "/tmp/");
 
+  opkg_read_config_files (opkg);
+
   err = opkg_update_package_lists (opkg);
 
   printf ("opkg_update_package_lists returned %d\n", err);





More information about the commitlog mailing list