From: Michael Lauer Date: Thu, 16 Aug 2007 13:40:48 +0000 (+0000) Subject: python-gst: update to 0.10.8 X-Git-Tag: Release-2010-05/1~8920^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0378d468640c178771d7036dab15b5ce064d7a32;p=openembedded.git python-gst: update to 0.10.8 --- diff --git a/packages/python/python-gst_0.10.7.bb b/packages/python/python-gst_0.10.8.bb similarity index 98% rename from packages/python/python-gst_0.10.7.bb rename to packages/python/python-gst_0.10.8.bb index 8924c700d4..0de7dc81e9 100644 --- a/packages/python/python-gst_0.10.7.bb +++ b/packages/python/python-gst_0.10.8.bb @@ -2,11 +2,10 @@ DESCRIPTION = "Python Gstreamer bindings" SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" -PR = "r1" +PR = "ml0" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ file://python-path.patch;patch=1" - S = "${WORKDIR}/gst-python-${PV}" inherit autotools distutils-base pkgconfig