[oe-commits] org.oe.dev flumotion 0.4.1 fix dependencies. closes #3309

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Dec 20 18:05:27 UTC 2007


flumotion 0.4.1 fix dependencies. closes #3309

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 0ac48f1fc79ebbccb1647c7d31278fc06fe421ef
ViewMTN: http://monotone.openembedded.org/revision/info/0ac48f1fc79ebbccb1647c7d31278fc06fe421ef
Files:
1
packages/flumotion/flumotion_0.4.1.bb
Diffs:

#
# mt diff -rb19e5f45148d5f1471afb5ed41a4d0fdea6005d3 -r0ac48f1fc79ebbccb1647c7d31278fc06fe421ef
#
# 
# 
# patch "packages/flumotion/flumotion_0.4.1.bb"
#  from [a68266133285a96c73795675b00eddfeb29e80bd]
#    to [70c85428af57546952476b8d1a63581c1f51b43b]
# 
============================================================
--- packages/flumotion/flumotion_0.4.1.bb	a68266133285a96c73795675b00eddfeb29e80bd
+++ packages/flumotion/flumotion_0.4.1.bb	70c85428af57546952476b8d1a63581c1f51b43b
@@ -1,13 +1,19 @@ LICENSE = "GPL"
 DESCRIPTION = "Fluendo Streaming Server"
 LICENSE = "GPL"
-DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk2"
-RDEPENDS = " python-resource python-pprint python-threading  python-imaging python-xml python-curses python-compression python-fcntl  python-pygobject python-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface  python-textutils python-core python-gst python-misc"
-RDEPENDS_${PN}-gui = "${PN} python-pygtk2 python-pycairo "
-PR = "r7"
+DEPENDS = "gstreamer python-imaging python-gst twisted python-pygtk"
+RDEPENDS = "python-resource python-pprint python-threading \
+            python-imaging python-xml python-curses \
+            python-compression python-fcntl python-pygobject \
+            python-pickle python-netclient python-datetime \
+            python-crypt python-twisted-core python-twisted-web \
+            python-lang python-zopeinterface  python-textutils \
+            python-gst python-misc"
+RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo"
+PR = "r9"
 
 SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \
            file://python-path.patch;patch=1 \
-	   file://no-check-for-python-stuff.patch;patch=1"
+           file://no-check-for-python-stuff.patch;patch=1"
 
 inherit autotools distutils-base pkgconfig
 






More information about the Openembedded-commits mailing list