[oe-commits] Michael Pilgermann : pisi: Upgrade from 0.5.1 to 0.5.2 ( show stopper bug fix)

git version control git at git.openembedded.org
Mon May 3 07:27:54 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 5a0e96343ae3f2f5fa22f0f84ee1b6f94efa3db3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a0e96343ae3f2f5fa22f0f84ee1b6f94efa3db3

Author: Michael Pilgermann <kichkasch at gmx.de>
Date:   Sun May  2 17:16:45 2010 +0200

pisi: Upgrade from 0.5.1 to 0.5.2 (show stopper bug fix)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 .../{pisi_0.5.bb => pisi_0.5.2.bb}                 |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/openmoko-3rdparty/pisi_0.5.bb b/recipes/openmoko-3rdparty/pisi_0.5.2.bb
similarity index 76%
rename from recipes/openmoko-3rdparty/pisi_0.5.bb
rename to recipes/openmoko-3rdparty/pisi_0.5.2.bb
index eab0fc4..b724991 100644
--- a/recipes/openmoko-3rdparty/pisi_0.5.bb
+++ b/recipes/openmoko-3rdparty/pisi_0.5.2.bb
@@ -5,18 +5,16 @@ LICENSE = "GPL"
 HOMEPAGE = "http://freshmeat.net/projects/pisiom"
 SRCNAME = "pisi"
 DEPENDS = "python-native"
-RDEPENDS = "python-vobject python python-pygtk python-pygobject python-pycairo\
+RDEPENDS = "python-vobject python-core python-pygtk python-pygobject python-pycairo\
            python-gdata python-webdav python-ldap python-epydoc python-core\
            python-dateutil python-sqlite3 python-netserver python-netclient\
            python-misc python-ctypes libsyncml"
 
 PACKAGE_ARCH = "all"
 
-PR = "r0"
-
-SRC_URI = "http://github.com/downloads/kichkasch/pisi/pisi-src-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "a1c241a56cb786025a79df92aef2dcd1"
-SRC_URI[archive.sha256sum] = "b46f11a570904bf550558ba4a5cc99e42dd950f0aec88745752b994757392c18"
+SRC_URI = "http://github.com/downloads/kichkasch/pisi/pisi-src-${PV}.tar.gz"
+SRC_URI[md5sum] = "ea947696e99db19b61893c43b47609f6"
+SRC_URI[sha256sum] = "58e0411cdc7b7c18a5276b10dc3b5261193a5c2f4c79c45ab0c91bdd7d351b28"
 
 FILES_${PN} += "/opt/${PN} \
                 ${datadir}/pixmaps \





More information about the Openembedded-commits mailing list