summaryrefslogtreecommitdiff
path: root/packages/flumotion/flumotion_0.4.1.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-04-03 22:04:36 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-04-03 22:04:36 +0000
commit657e5f8fa7cd2562dc0dc7123c71f827fc09b52a (patch)
treeaf7b30584a9537366d261885a0f5aeac0885ce63 /packages/flumotion/flumotion_0.4.1.bb
parente81e1bac5ec8a59ad541eaaad29ddb6aa48d9767 (diff)
parentb0d7d5e65d423e72ae5273d2dc7b8cc468540e92 (diff)
merge of '96db59323d7ef9906344cc1f7228b381c996ab07'
and 'd69636e5f2a11a4de46efbbc1b4972a8a0186d3b'
Diffstat (limited to 'packages/flumotion/flumotion_0.4.1.bb')
-rw-r--r--packages/flumotion/flumotion_0.4.1.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb
index f709086846..976c8c4142 100644
--- a/packages/flumotion/flumotion_0.4.1.bb
+++ b/packages/flumotion/flumotion_0.4.1.bb
@@ -9,7 +9,7 @@ RDEPENDS = "python-resource python-pprint python-threading \
python-lang python-zopeinterface python-textutils \
python-gst python-misc"
RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo"
-PR = "r9"
+PR = "r10"
SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \
file://python-path.patch;patch=1 \
@@ -21,11 +21,7 @@ export EPYDOC = "no"
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
-#Yes, we know:
-#ERROR: flumotion-dbg is listed in PACKAGES mutliple times, this leads to packaging errors.
-#ERROR: Please fix the metadata/report this as bug to OE bugtracker.
-
-PACKAGES =+ "${PN}-dbg flumotion-gui"
+PACKAGES =+ "flumotion-gui"
FILES_${PN}-dbg += "${libdir}/flumotion/python/flumotion/extern/*/.debug/*"
FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion"
@@ -34,7 +30,11 @@ FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \
${libdir}/flumotion/python/flumotion/admin/gtk \
${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \
${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \
- ${libdir}/flumotion/python/flumotion/extern \
+ ${libdir}/flumotion/python/flumotion/extern/*.py* \
+ ${libdir}/flumotion/python/flumotion/extern/fdpass/*.py* \
+ ${libdir}/flumotion/python/flumotion/extern/fdpass/fdpass.so \
+ ${libdir}/flumotion/python/flumotion/extern/pytrayicon/*.py* \
+ ${libdir}/flumotion/python/flumotion/extern/pytrayicon/pytrayicon.so \
${libdir}/flumotion/python/flumotion/manager \
${libdir}/flumotion/python/flumotion/ui \
${libdir}/flumotion/python/flumotion/wizard \