aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flumotion
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-17 11:22:06 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-17 11:22:06 +0000
commit330fd252ca9bed4df9a3b2b3513b9219439a457b (patch)
treef0a0426d1d528886914c95e9b711df3766fc1d59 /packages/flumotion
parenta726a60e1e6ff72b268832fd48501499ff9df47b (diff)
downloadopenembedded-330fd252ca9bed4df9a3b2b3513b9219439a457b.tar.gz
flumotion: hack packaging
Diffstat (limited to 'packages/flumotion')
-rw-r--r--packages/flumotion/flumotion_0.4.1.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb
index 42474e011b..178c58ff59 100644
--- a/packages/flumotion/flumotion_0.4.1.bb
+++ b/packages/flumotion/flumotion_0.4.1.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL"
DEPENDS = "gstreamer python-gst twisted python-pygtk2"
RDEPENDS = "python-twisted-core python-twisted-web python-core python-gst"
RDEPENDS_${PN}-gui = "${PN} python-pygtk2"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \
file://python-path.patch;patch=1 \
@@ -15,8 +15,13 @@ export EPYDOC = "no"
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
-PACKAGES =+ "flumotion-gui"
+#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"
+
+FILES_${PN}-dbg += "${libdir}/flumotion/python/flumotion/extern/*/.debug/*"
FILES_${PN} = "${bindir} ${sbindir} ${libdir}/flumotion"
FILES_${PN}-dev += "${libdir}/pkgconfig"
FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \