diff options
author | Tick Chen <tick@openmoko.com> | 2008-06-09 23:59:45 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 22:48:52 +0100 |
commit | 80b160a11bf3651ef7d342db9f3d52ba70b14f46 (patch) | |
tree | c9bd5b86d284e7792a22b32dc1eecc1a1cc4de8f | |
parent | d92e0545476e88e402cacf067bd2f24c951393cf (diff) |
packagekit: Update to a public version of packagekit
Remove the private patches and use a public packagekit again
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index dba50cb7b3..aa0f82322d 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -165,7 +165,7 @@ SRCREV_pn-opkg-sdk ?= "4640" SRCREV_pn-opkg-utils ?= "4534" SRCREV_pn-opkg-utils-native ?= "4534" SRCREV_pn-oprofileui ?= "173" -SRCREV_pn-packagekit ?= "ebbbfa191257861bd19bd47ba646dce590b51858" +SRCREV_pn-packagekit ?= "813fa8cfb139246cf180d52895b52b28616ae2f5" SRCREV_pn-portaudio-v19 ?= "1387" SRCREV_pn-psplash ?= "249" SRCREV_pn-pty-forward-native ?= "4214" diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index 7a0a11fb04..a1e9e7799b 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -8,10 +8,7 @@ PV = "0.2.3+gitr${SRCREV}" PR = "r12" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ - file://disable-docbook2man.patch;patch=1 \ - file://01_d1e096c3267c1c9492041382b954e9327bc8bbec.patch;patch=1 \ - file://02_9ced8313fb12f0f89ad6ced7c0fdc7241ff00d77.patch;patch=1 \ - file://03_group_infomation.patch;patch=1" + file://disable-docbook2man.patch;patch=1" |