summaryrefslogtreecommitdiff
path: root/packages/packagekit/packagekit_git.bb
diff options
context:
space:
mode:
authorI-Fan, Chen <tick@openmoko.com>2008-09-29 22:57:45 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-29 13:49:53 +0100
commit21fb30fa23351a576ebf1246d9c2bd8bb1a95d26 (patch)
tree2c7fd3188dbc9486b9304467746baebf6bcae8cc /packages/packagekit/packagekit_git.bb
parentd60a3f961835c5a5896fdbda7be460c97f1aa89b (diff)
packagekit: modify summary field to support alias Tags.
Diffstat (limited to 'packages/packagekit/packagekit_git.bb')
-rw-r--r--packages/packagekit/packagekit_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb
index 8e86bc8596..3dde9c9aa9 100644
--- a/packages/packagekit/packagekit_git.bb
+++ b/packages/packagekit/packagekit_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
-PR = "r16"
+PR = "r17"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
@@ -14,6 +14,7 @@ SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
file://force_depends.patch;patch=1 \
file://remove_search_memory_leak.patch;patch=1 \
file://racing_condition.patch;patch=1 \
+ file://modify_summary_and_adding_reposi_info.patch;patch=1 \
"