From: Marcin Juszkiewicz Date: Thu, 3 Apr 2008 05:21:17 +0000 (+0000) Subject: flumotion: fixed packaging (from Poky) X-Git-Tag: Release-2010-05/1~7249^2~13^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01b5ac82ce8fe54aae6319de92b68dffc104d8a;p=openembedded.git flumotion: fixed packaging (from Poky) --- 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 \