[oe-commits] org.oe.dev flumotion: hack packaging

koen commit openembedded-commits at lists.openembedded.org
Sun Jun 17 11:36:16 UTC 2007


flumotion: hack packaging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: cd15f8b1e2aa93c59d5f19cba7b6f5a54a30cfbe
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cd15f8b1e2aa93c59d5f19cba7b6f5a54a30cfbe
Files:
1
packages/flumotion/flumotion_0.4.1.bb
Diffs:

#
# mt diff -rb00908af9e2aa4dad9abadb2c68e316e2bac99b6 -rcd15f8b1e2aa93c59d5f19cba7b6f5a54a30cfbe
#
# 
# 
# patch "packages/flumotion/flumotion_0.4.1.bb"
#  from [557d935006f3f78e002d01f7cfa47b79871cbf30]
#    to [304f6c6edb6d5e4c8be10e5c54e0abfb14b4fc95]
# 
============================================================
--- packages/flumotion/flumotion_0.4.1.bb	557d935006f3f78e002d01f7cfa47b79871cbf30
+++ packages/flumotion/flumotion_0.4.1.bb	304f6c6edb6d5e4c8be10e5c54e0abfb14b4fc95
@@ -1,9 +1,9 @@ RDEPENDS_${PN}-gui = "${PN} python-pygtk
 DESCRIPTION = "Fluendo Streaming Server"
 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 @@ EXTRA_OECONF += "--with-python-includes=
 
 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 \






More information about the Openembedded-commits mailing list