aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-28 13:39:05 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-28 13:39:05 +0000
commit54ba0710aec882c5adac8d0de08e36136dc9414e (patch)
tree8076f3e623229ccd6031e0ce021940274d40aeeb /packages/nonworking
parentb7aeef3fb4a7b70c8c70b24f4198a683b2452ba1 (diff)
downloadopenembedded-54ba0710aec882c5adac8d0de08e36136dc9414e.tar.gz
python-pyode 1.2.0 bring back from nonworking
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/python/python-pyode_1.2.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/nonworking/python/python-pyode_1.2.0.bb b/packages/nonworking/python/python-pyode_1.2.0.bb
deleted file mode 100644
index 95dc0228e3..0000000000
--- a/packages/nonworking/python/python-pyode_1.2.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "PyODE is a set of open-source Python bindings for The Open Dynamics Engine, \
-an open-source physics engine. PyODE also includes an XODE parser."
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "ode"
-SRCNAME = "PyODE"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/pyode/${SRCNAME}-${PV}.tar.bz2"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit distutils
-
-do_configure_prepend() {
- ln -s ${STAGING_LIBDIR}/.. ../ode
-}
-