]> code.ossystems Code Review - openembedded-core.git/commitdiff
Python gst package needs pygtk at runtime
authorGary Thomas <gary@mlbassoc.com>
Fri, 24 Sep 2010 22:41:11 +0000 (16:41 -0600)
committerJoshua Lock <josh@linux.intel.com>
Fri, 1 Oct 2010 15:47:38 +0000 (16:47 +0100)
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/recipes-devtools/python/python-gst_0.10.18.bb

index 9de07b3c4f697d756e8d5427601fe838bc2f70b7..33f57e21b150bf0c5df1fdbf4e7f96aec2536474 100644 (file)
@@ -2,7 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings"
 SECTION = "devel/python"
 LICENSE = "LGPL"
 DEPENDS = "gstreamer gst-plugins-base python-pygobject"
-PR = "ml1"
+RDEPENDS += "python-pygtk"
+PR = "ml2"
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
            file://python-path.patch"