[oe-commits] Michael Pilgermann : upgrade pisi to version 0.4.9; bug fix release

git version control git at git.openembedded.org
Sun Dec 20 10:06:26 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 3b9c0f25ccb7efd56006b202a27e96276ce39f06
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b9c0f25ccb7efd56006b202a27e96276ce39f06

Author: Michael Pilgermann <michael at michael-desktop.(none)>
Date:   Sat Dec 19 11:46:29 2009 +0000

upgrade pisi to version 0.4.9; bug fix release

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/openmoko-3rdparty/pisi_0.4.9.bb |   33 +++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/pisi_0.4.9.bb b/recipes/openmoko-3rdparty/pisi_0.4.9.bb
new file mode 100644
index 0000000..0a51233
--- /dev/null
+++ b/recipes/openmoko-3rdparty/pisi_0.4.9.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "PISI is synchronizing information"
+AUTHOR = "Michael Pilgermann"
+PRIORITY = "optional"
+LICENSE = "GPL"
+HOMEPAGE = "http://projects.openmoko.org/projects/pisi/"
+SRCNAME = "pisi"
+DEPENDS = "python-native python"
+RDEPENDS = "python-vobject python 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"
+
+PACKAGE_ARCH = "all"
+
+PR = "r0"
+
+SRC_URI = "http://projects.openmoko.org/frs/download.php/934/pisi-src-${PV}.tar.gz"
+
+FILES_${PN} += "/opt/pisi \
+                ${datadir}/pixmaps \
+                ${datadir}/applications \
+                /home"
+CONFFILES_${PN} += "/home/root/.${PN}/conf.default"
+
+do_compile() {
+	${STAGING_BINDIR_NATIVE}/python ${S}/setup.py build ${D}
+}
+
+do_install() {
+	${STAGING_BINDIR_NATIVE}/python ${S}/setup.py install ${D}
+	rm -rf ${D}/opt/pisi/build/
+	rm -rf ${D}/opt/pisi/patches/
+}





More information about the Openembedded-commits mailing list