summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-extras/packages/flumotion/flumotion_0.4.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-extras/packages/flumotion/flumotion_0.4.1.bb b/meta-extras/packages/flumotion/flumotion_0.4.1.bb
index 42474e011b..31f4052845 100644
--- a/meta-extras/packages/flumotion/flumotion_0.4.1.bb
+++ b/meta-extras/packages/flumotion/flumotion_0.4.1.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Fluendo Streaming Server"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "gstreamer python-gst twisted python-pygtk2" 3DEPENDS = "gstreamer python-gst twisted python-pygtk2"
4RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst" 4RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst"
5RDEPENDS_${PN}-gui = "${PN} python-pygtk2" 5RDEPENDS_${PN}-gui = "${PN} python-pygtk"
6PR = "r3" 6PR = "r4"
7 7
8SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ 8SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \
9 file://python-path.patch;patch=1 \ 9 file://python-path.patch;patch=1 \