diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 05:19:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 05:19:21 +0000 |
commit | 4622d4d328e6e79a4c3c39b12ee4c411306a1190 (patch) | |
tree | 99732039350b49ad103aa4c6ab8540cd3b0c1b3e /meta-extras | |
parent | 69d4a92c7c9489458dc888365a7b3405b8711724 (diff) | |
download | openembedded-core-contrib-4622d4d328e6e79a4c3c39b12ee4c411306a1190.tar.gz |
flumotion: improve packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4166 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/flumotion/flumotion_0.4.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-extras/packages/flumotion/flumotion_0.4.1.bb b/meta-extras/packages/flumotion/flumotion_0.4.1.bb index cb7ab10a81a..976c8c41428 100644 --- a/meta-extras/packages/flumotion/flumotion_0.4.1.bb +++ b/meta-extras/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 \ @@ -30,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 \ |