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/packages/flumotion/flumotion_0.4.1.bb | |
parent | 69d4a92c7c9489458dc888365a7b3405b8711724 (diff) | |
download | poky-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/packages/flumotion/flumotion_0.4.1.bb')
-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 cb7ab10a81..976c8c4142 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 \ | |||
9 | python-lang python-zopeinterface python-textutils \ | 9 | python-lang python-zopeinterface python-textutils \ |
10 | python-gst python-misc" | 10 | python-gst python-misc" |
11 | RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo" | 11 | RDEPENDS_${PN}-gui = "${PN} python-pygtk python-pycairo" |
12 | PR = "r9" | 12 | PR = "r10" |
13 | 13 | ||
14 | SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ | 14 | SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ |
15 | file://python-path.patch;patch=1 \ | 15 | file://python-path.patch;patch=1 \ |
@@ -30,7 +30,11 @@ FILES_${PN}-gui = "${bindir}/flumotion-admin ${bindir}/flumotion-tester \ | |||
30 | ${libdir}/flumotion/python/flumotion/admin/gtk \ | 30 | ${libdir}/flumotion/python/flumotion/admin/gtk \ |
31 | ${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \ | 31 | ${libdir}/flumotion/python/flumotion/component/*/admin_gtk* \ |
32 | ${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \ | 32 | ${libdir}/flumotion/python/flumotion/component/*/*/admin_gtk* \ |
33 | ${libdir}/flumotion/python/flumotion/extern \ | 33 | ${libdir}/flumotion/python/flumotion/extern/*.py* \ |
34 | ${libdir}/flumotion/python/flumotion/extern/fdpass/*.py* \ | ||
35 | ${libdir}/flumotion/python/flumotion/extern/fdpass/fdpass.so \ | ||
36 | ${libdir}/flumotion/python/flumotion/extern/pytrayicon/*.py* \ | ||
37 | ${libdir}/flumotion/python/flumotion/extern/pytrayicon/pytrayicon.so \ | ||
34 | ${libdir}/flumotion/python/flumotion/manager \ | 38 | ${libdir}/flumotion/python/flumotion/manager \ |
35 | ${libdir}/flumotion/python/flumotion/ui \ | 39 | ${libdir}/flumotion/python/flumotion/ui \ |
36 | ${libdir}/flumotion/python/flumotion/wizard \ | 40 | ${libdir}/flumotion/python/flumotion/wizard \ |