summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 03:49:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-04-03 03:49:19 +0000
commit1fb5af0f40ade0282bf1ac6a5c4bc403eae999d8 (patch)
treecc6a3df3b15843d9538bc906144bf037e9c1d870 /meta-extras
parent2c22638257ecf5a940cdb213e62088b257e938fd (diff)
downloadpoky-1fb5af0f40ade0282bf1ac6a5c4bc403eae999d8.tar.gz
flumotion: python-pygtk2 is now python-pygtk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4158 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-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 \