diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-08 09:35:36 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:26 -0800 |
commit | a7af5c516e547e669d92569dba21a9c1c790cf7f (patch) | |
tree | ffd502d2ce52087c4603e504dd0c511241a31777 /meta/recipes-devtools | |
parent | e5f5090cc011d25a872973870a738181bbe12724 (diff) | |
download | openembedded-core-a7af5c516e547e669d92569dba21a9c1c790cf7f.tar.gz openembedded-core-a7af5c516e547e669d92569dba21a9c1c790cf7f.tar.bz2 openembedded-core-a7af5c516e547e669d92569dba21a9c1c790cf7f.zip |
python-gst: upgrade from 0.10.18 to 0.10.19
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.19.bb (renamed from meta/recipes-devtools/python/python-gst_0.10.18.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-gst_0.10.18.bb b/meta/recipes-devtools/python/python-gst_0.10.19.bb index 33f57e21b1..cb2147cc9a 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.18.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.19.bb @@ -3,7 +3,7 @@ SECTION = "devel/python" LICENSE = "LGPL" DEPENDS = "gstreamer gst-plugins-base python-pygobject" RDEPENDS += "python-pygtk" -PR = "ml2" +PR = "r0" SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ file://python-path.patch" |