summaryrefslogtreecommitdiff
path: root/packages/python/python-pyode_1.0.0.bb
blob: f0d5c9ec6feada9f936756beb4b1db15b5a7a7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
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
}

+0100'>2008-11-04sysvinit: avoid u-a race condition by raising 'init' to 60Koen Kooi1 2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1 This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. 2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1 Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> 2008-10-09sysvinit: add poweroff to update-alternativesKoen Kooi1 2008-06-10lots of recipes: bump PR to get postinsts backKoen Kooi1 * this is not a complete list * this still doesn't fix the pkg_postinst() type of bugs 2008-03-20sysvinit: bump PR for beagleboard serial console changeKoen Kooi1 2008-03-19sysvinit: add missing !Koen Kooi1 2008-03-19sysvinit: prepend shebang to shell scripts and fix formatting of thoseKoen Kooi1 2007-09-24sysvinit 2.86: ENABLE_ROOTFS_FSCK is referenced by checkroot.sh, so add it here.Paul Sokolovsky1 * The value is a bit arbitrary. 2007-08-04sysvinit: add openmoko specificsMichael Lauer1 repair formatting. DON'T MIX TABS AND SPACES!!!!!! 2007-06-24sysvinit: fix build for those passing DISTRO via environmentMichael Krelin1 2007-03-30sysvinit: merge psplash reboot handling from pokyKoen Kooi1 2007-03-19Initial commit for a number of oplinux and oplinux-uclibc specific configs ↵Stelios Koroneos1 for base-files, netbase, sysvinit and initscripts 2007-02-22dropbear, sysvinit, linux-nokia770: fix bashisms (from Poky)Marcin Juszkiewicz1 2007-02-07sysvinit: bump PR for divide by zero fix in /etc/init.d/rcCliff Brake1