[oe-commits] Koen Kooi : packagekit git: make it work again with the current opkg

GIT User account git at amethyst.openembedded.net
Tue Dec 2 12:11:11 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8e5f8306aeccb873918bf078722a07cd5594cc60
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e5f8306aeccb873918bf078722a07cd5594cc60

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec  2 13:08:31 2008 +0100

packagekit git: make it work again with the current opkg

---

 packages/packagekit/packagekit_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb
index 3dde9c9..0e9793d 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 = "r17"
+PR = "r18"
 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
 }





More information about the Openembedded-commits mailing list