diff options
author | Julian Chu <julian_chu@openmoko.com> | 2008-05-19 17:33:59 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-28 22:48:46 +0100 |
commit | 2f2fce10c427389f819a585fe938bec81f77eef6 (patch) | |
tree | a47c4dbc9ccaebaae56a2a2d6d63792aa0099856 | |
parent | 4688924045a881a3c1f5ae7cb6ec338f71de1e99 (diff) |
packagekit: Change revision of packagekit.
To make it buildable, add a patch to it.
In next time we update the packagekit version, this patch doesn't need anymore.
( it should enter in upstream)
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index aa0f82322d..dba50cb7b3 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 ?= "813fa8cfb139246cf180d52895b52b28616ae2f5" +SRCREV_pn-packagekit ?= "ebbbfa191257861bd19bd47ba646dce590b51858" 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 8e2adff2cf..1d16560186 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -8,7 +8,8 @@ PV = "0.2.3+gitr${SRCREV}" PR = "r9" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ - file://disable-docbook2man.patch;patch=1" + file://disable-docbook2man.patch;patch=1 \ + file://d1e096c3267c1c9492041382b954e9327bc8bbec.patch;patch=0" S = "${WORKDIR}/git" |