r4021 - trunk/src/target/opkg

thomas at sita.openmoko.org thomas at sita.openmoko.org
Wed Feb 6 14:25:03 CET 2008


Author: thomas
Date: 2008-02-06 14:24:59 +0100 (Wed, 06 Feb 2008)
New Revision: 4021

Modified:
   trunk/src/target/opkg/opkg_download.c
   trunk/src/target/opkg/opkg_state.h
Log:
opkg: fix gpg enabled builds and fix one compiler warning


Modified: trunk/src/target/opkg/opkg_download.c
===================================================================
--- trunk/src/target/opkg/opkg_download.c	2008-02-06 11:10:34 UTC (rev 4020)
+++ trunk/src/target/opkg/opkg_download.c	2008-02-06 13:24:59 UTC (rev 4021)
@@ -16,7 +16,7 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details.
 */
-
+#include "config.h"
 #include <curl/curl.h>
 #ifdef HAVE_GPGME
 #include <gpgme.h>

Modified: trunk/src/target/opkg/opkg_state.h
===================================================================
--- trunk/src/target/opkg/opkg_state.h	2008-02-06 11:10:34 UTC (rev 4020)
+++ trunk/src/target/opkg/opkg_state.h	2008-02-06 13:24:59 UTC (rev 4021)
@@ -29,4 +29,8 @@
   OPKG_STATE_VERIFYING_REPOSITORY_SIGNATURE
 } opkg_state_t;
 
+
+void opkg_set_current_state (opkg_state_t state, const char *data);
+
+
 #endif /* OPKG_STATE_H */





More information about the commitlog mailing list