diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-30 22:07:04 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-06-30 22:07:04 +0000 |
| commit | d4f7af436d07c7bc4dd61ac45bff3414a1c12c74 (patch) | |
| tree | 049f5903fea26153466932a6b271c49f10b75ba8 /packages/packagekit/packagekit_git.bb | |
| parent | 873ce28c40814edb45f534003450318c6e9b2650 (diff) | |
| parent | 7339a83b4095582728045cee92aa215373607caf (diff) | |
merge of '08199c52a592fe71e2675200cf618a439d710884'
and '3e5f187370604cf4577025ebc49d90ca52a72d4d'
Diffstat (limited to 'packages/packagekit/packagekit_git.bb')
| -rw-r--r-- | packages/packagekit/packagekit_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index b2d7ea8886..8e2adff2cf 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -4,12 +4,13 @@ PRIORITY = "optional" 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.1+git${SRCREV}" -PR = "r8" +PV = "0.2.3+gitr${SRCREV}" +PR = "r9" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ file://disable-docbook2man.patch;patch=1" + S = "${WORKDIR}/git" inherit autotools pkgconfig |
