diff options
author | Michael Pilgermann <kichkasch@gmx.de> | 2010-01-11 15:57:53 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-01-15 00:48:31 +0100 |
commit | a91a2ce9135d8330ea6aed5286ca52c82deadbe2 (patch) | |
tree | a6199644141d1d0c2e4729f7b66fcace85290ec1 /recipes | |
parent | 7749c8477b8fb17240819697d77c970ff536be80 (diff) |
pisi: remove old releases
* Only minor updates.. so probably nobody would have P_V for that.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/pisi_0.4.7.bb | 33 | ||||
-rw-r--r-- | recipes/openmoko-3rdparty/pisi_0.4.9.bb | 33 |
2 files changed, 0 insertions, 66 deletions
diff --git a/recipes/openmoko-3rdparty/pisi_0.4.7.bb b/recipes/openmoko-3rdparty/pisi_0.4.7.bb deleted file mode 100644 index b3425d2c2e..0000000000 --- a/recipes/openmoko-3rdparty/pisi_0.4.7.bb +++ /dev/null @@ -1,33 +0,0 @@ -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/907/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/ -} diff --git a/recipes/openmoko-3rdparty/pisi_0.4.9.bb b/recipes/openmoko-3rdparty/pisi_0.4.9.bb deleted file mode 100644 index 0a5123365a..0000000000 --- a/recipes/openmoko-3rdparty/pisi_0.4.9.bb +++ /dev/null @@ -1,33 +0,0 @@ -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/ -} |