diff options
| author | Gary Thomas <gary@mlbassoc.com> | 2010-09-24 16:41:11 -0600 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-10-01 16:47:38 +0100 |
| commit | ce5e891d51eac0ed2615294c7bd25eedd5650de2 (patch) | |
| tree | e8ed6664cd6bb1282c50ace9a4208b445d334fbb | |
| parent | b9369741db688d117c94d2b3c4827a317756dc0c (diff) | |
| download | poky-ce5e891d51eac0ed2615294c7bd25eedd5650de2.tar.gz | |
Python gst package needs pygtk at runtime
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/recipes-devtools/python/python-gst_0.10.18.bb | 3 |
1 files changed, 2 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.18.bb index 9de07b3c4f..33f57e21b1 100644 --- a/meta/recipes-devtools/python/python-gst_0.10.18.bb +++ b/meta/recipes-devtools/python/python-gst_0.10.18.bb | |||
| @@ -2,7 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings" | |||
| 2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
| 3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPL" |
| 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" | 4 | DEPENDS = "gstreamer gst-plugins-base python-pygobject" |
| 5 | PR = "ml1" | 5 | RDEPENDS += "python-pygtk" |
| 6 | PR = "ml2" | ||
| 6 | 7 | ||
| 7 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ | 8 | SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \ |
| 8 | file://python-path.patch" | 9 | file://python-path.patch" |
