opkg: Really fix the prototype problem (and an invalid call)

This commit is contained in:
Richard Purdie 2008-10-23 12:05:39 +01:00
parent 842606bc39
commit 0cc119f05f
3 changed files with 17 additions and 2 deletions

View File

@ -24,3 +24,16 @@ Index: opkg/libopkg/opkg_utils.h
int get_available_blocks(char * filesystem);
char **read_raw_pkgs_from_file(const char *file_name);
Index: opkg/libopkg/opkg_cmd.c
===================================================================
--- opkg.orig/libopkg/opkg_cmd.c 2008-10-23 12:02:29.000000000 +0100
+++ opkg/libopkg/opkg_cmd.c 2008-10-23 12:02:53.000000000 +0100
@@ -151,7 +151,7 @@
error_list = error_list->next;
}
- free_error_list(&error_list);
+ free_error_list();
}
}

View File

@ -3,7 +3,7 @@ require opkg.inc
DEPENDS = "curl-native"
PROVIDES += "virtual/update-alternatives-native"
RPROVIDES_${PN} += "update-alternatives-native"
PR = "r2"
PR = "r4"
target_libdir := "${libdir}"

View File

@ -6,7 +6,9 @@ LICENSE = "GPL"
DEPENDS = "curl gpgme"
PV = "0.0+svnr${SRCREV}"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \
file://fix_prototype.patch;patch=1"
S = "${WORKDIR}/opkg"
inherit autotools pkgconfig