mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
python-gst: added dependency on python-pygobject
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1444 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "Python Gstreamer bindings"
|
DESCRIPTION = "Python Gstreamer bindings"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
DEPENDS = "gstreamer"
|
DEPENDS = "gstreamer python-pygobject"
|
||||||
|
|
||||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||||
file://python-path.patch;patch=1"
|
file://python-path.patch;patch=1"
|
||||||
|
|||||||
Reference in New Issue
Block a user