[oe-commits] org.oe.dev flumotion: fixed packaging (from Poky)

hrw commit oe at amethyst.openembedded.net
Thu Apr 3 05:26:46 UTC 2008


flumotion: fixed packaging (from Poky)

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

#
# mt diff -ra4b45f4907654ad330b95a10864d7f41447ae1f4 -rdfcef904001ea652ac525bfc9b2f775f88de1d70
#
#
#
# patch "packages/flumotion/flumotion_0.4.1.bb"
#  from [70c85428af57546952476b8d1a63581c1f51b43b]
#    to [888ee41205578b445b00295429cddc535e80a0f3]
#
============================================================
--- packages/flumotion/flumotion_0.4.1.bb	70c85428af57546952476b8d1a63581c1f51b43b
+++ packages/flumotion/flumotion_0.4.1.bb	888ee41205578b445b00295429cddc535e80a0f3
@@ -9,7 +9,7 @@ RDEPENDS_${PN}-gui = "${PN} python-pygtk
             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,12 +21,8 @@ EXTRA_OECONF += "--with-python-includes=
 
 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 =+ "flumotion-gui"
 
-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"
@@ -34,7 +30,11 @@ FILES_${PN}-gui = "${bindir}/flumotion-a
                    ${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 \






More information about the Openembedded-commits mailing list