Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
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. r4441 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2008-05-16 16:41:47 +0200 (Fri, 16 May 2008)
New Revision: 4441
Modified:
trunk/src/target/opkg/libopkg/libopkg.c
Log:
opkg: set callbacks before opkg_conf_init
Modified: trunk/src/target/opkg/libopkg/libopkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.c 2008-05-16 12:21:50 UTC (rev
4440)
+++ trunk/src/target/opkg/libopkg/libopkg.c 2008-05-16 14:41:47 UTC (rev
4441)
@@ -477,7 +477,11 @@
!strcmp(cmd_name,"status") )
args.noreadfeedsfile = 1;
+ opkg_cb_message = default_opkg_message_callback;
+ opkg_cb_response = default_opkg_response_callback;
+ opkg_cb_status = default_opkg_status_callback;
+
err = opkg_conf_init (&opkg_conf, &args);
if (err)
{
@@ -486,9 +490,6 @@
args_deinit (&args);
- opkg_cb_message = default_opkg_message_callback;
- opkg_cb_response = default_opkg_response_callback;
- opkg_cb_status = default_opkg_status_callback;
if ( strcmp(cmd_name, "files")==0)
opkg_cb_list = default_opkg_files_callback;
else
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog