From: Michael Lauer Date: Thu, 28 Feb 2008 13:39:05 +0000 (+0000) Subject: python-pyode 1.2.0 bring back from nonworking X-Git-Tag: Release-2010-05/1~7572^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ba0710aec882c5adac8d0de08e36136dc9414e;p=openembedded.git python-pyode 1.2.0 bring back from nonworking --- diff --git a/packages/nonworking/python/python-pyode_1.2.0.bb b/packages/python/python-pyode_1.2.0.bb similarity index 77% rename from packages/nonworking/python/python-pyode_1.2.0.bb rename to packages/python/python-pyode_1.2.0.bb index 95dc0228e3..3c67db9fe5 100644 --- a/packages/nonworking/python/python-pyode_1.2.0.bb +++ b/packages/python/python-pyode_1.2.0.bb @@ -6,7 +6,8 @@ LICENSE = "LGPL" DEPENDS = "ode" SRCNAME = "PyODE" -SRC_URI = "${SOURCEFORGE_MIRROR}/pyode/${SRCNAME}-${PV}.tar.bz2" +SRC_URI = "${SOURCEFORGE_MIRROR}/pyode/${SRCNAME}-${PV}.tar.bz2 \ + file://install.patch;patch=1" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils