diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-05 21:18:00 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-05 21:18:00 +0100 |
commit | 220533aa038f967a5ab55b131f074ce9ac94d241 (patch) | |
tree | bb75b203ef54cff01c69a9d497396c95ebb765c4 /meta-moblin/packages/packagekit/files | |
parent | b819bd9da17af415fb45936063e95fdf04a04def (diff) | |
download | poky-220533aa038f967a5ab55b131f074ce9ac94d241.tar.gz |
packagekit: 0.3.8 -> 0.4.9 (and sync with OE.dev) and add gnome-packagekit from OE.dev)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/packagekit/files')
-rw-r--r-- | meta-moblin/packages/packagekit/files/opkg-fix-declarations.diff | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-moblin/packages/packagekit/files/opkg-fix-declarations.diff b/meta-moblin/packages/packagekit/files/opkg-fix-declarations.diff new file mode 100644 index 0000000000..8c86fabe4b --- /dev/null +++ b/meta-moblin/packages/packagekit/files/opkg-fix-declarations.diff | |||
@@ -0,0 +1,22 @@ | |||
1 | http://bugs.freedesktop.org/show_bug.cgi?id=20922 | ||
2 | |||
3 | --- /tmp/pk-backend-opkg.c 2009-03-28 12:32:28.000000000 +0100 | ||
4 | +++ PackageKit-0.4.5/backends/opkg/pk-backend-opkg.c 2009-03-28 12:48:04.000000000 +0100 | ||
5 | @@ -47,7 +47,7 @@ | ||
6 | } SearchParams; | ||
7 | |||
8 | static void | ||
9 | -opkg_unknown_error (PkBackend *backend, gint error_code, gchar *failed_cmd) | ||
10 | +opkg_unknown_error (PkBackend *backend, gint error_code, const gchar *failed_cmd) | ||
11 | { | ||
12 | gchar *msg; | ||
13 | |||
14 | @@ -105,7 +105,7 @@ | ||
15 | * | ||
16 | * returns true if the tag is present | ||
17 | */ | ||
18 | -gboolean | ||
19 | +static gboolean | ||
20 | opkg_check_tag (opkg_package_t *pkg, gchar *tag) | ||
21 | { | ||
22 | if (pkg->tags && tag) | ||