aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/packagekit
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-09 23:46:02 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-09 23:50:38 +0200
commit809d82a6ceab48bd1a34e5c20c000af8ca8e4361 (patch)
tree0a5e15535747dc5434b650e34a113a954549a821 /recipes/packagekit
parent6981ed88e2f559e1553373d73b327b1aaf034df8 (diff)
downloadopenembedded-809d82a6ceab48bd1a34e5c20c000af8ca8e4361.tar.gz
packagekit_0.5.6: add PE, include stdio.h before opkg.h to make newer gcc happy
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/packagekit')
-rw-r--r--recipes/packagekit/packagekit-0.5.6/opkgfixes.patch3
-rw-r--r--recipes/packagekit/packagekit_0.5.6.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/packagekit/packagekit-0.5.6/opkgfixes.patch b/recipes/packagekit/packagekit-0.5.6/opkgfixes.patch
index 64da86a526..5a73a19d5f 100644
--- a/recipes/packagekit/packagekit-0.5.6/opkgfixes.patch
+++ b/recipes/packagekit/packagekit-0.5.6/opkgfixes.patch
@@ -2,8 +2,9 @@ Index: PackageKit-0.6.0/backends/opkg/pk-backend-opkg.c
===================================================================
--- PackageKit-0.6.0.orig/backends/opkg/pk-backend-opkg.c 2010-01-29 09:39:33.000000000 +0000
+++ PackageKit-0.6.0/backends/opkg/pk-backend-opkg.c 2010-01-29 11:30:51.000000000 +0000
-@@ -29,8 +29,6 @@
+@@ -29,8 +29,7 @@
++#include <stdio.h>
#include <libopkg/opkg.h>
-static opkg_t *opkg;
diff --git a/recipes/packagekit/packagekit_0.5.6.bb b/recipes/packagekit/packagekit_0.5.6.bb
index e137519863..e5b8850090 100644
--- a/recipes/packagekit/packagekit_0.5.6.bb
+++ b/recipes/packagekit/packagekit_0.5.6.bb
@@ -7,6 +7,8 @@ RDEPENDS_${PN} = "opkg"
inherit gnome
+PE = "2"
+
SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz;name=archive \
file://configurefix.patch;patch=1 \
file://opkgfixes.patch;patch=1"