git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d6fea
)
packagekit git: make it work again with the current opkg
author
Koen Kooi
<koen@openembedded.org>
Tue, 2 Dec 2008 12:08:31 +0000
(13:08 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 2 Dec 2008 12:08:31 +0000
(13:08 +0100)
packages/packagekit/packagekit_git.bb
patch
|
blob
|
history
diff --git
a/packages/packagekit/packagekit_git.bb
b/packages/packagekit/packagekit_git.bb
index
3dde9c9
..
0e9793d
100644
(file)
--- 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 = "r1
7
"
+PR = "r1
8
"
PE = "1"
SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
@@
-31,7
+31,9
@@
EXTRA_OECONF = "--with-security-framework=dummy \
do_configure_prepend() {
echo "EXTRA_DIST=" > gtk-doc.make
+ sed -i -e s:0\.1\.5:0\.1\.6:g configure.ac
}
+
do_stage () {
autotools_stage_all
}