git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557ecc1
)
python-fuse: fix packaging and depends, spotted by Junqian Gordon Xu
author
Koen Kooi
<koen@openembedded.org>
Mon, 7 May 2007 17:54:20 +0000
(17:54 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 7 May 2007 17:54:20 +0000
(17:54 +0000)
packages/python/python-fuse_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/python/python-fuse_cvs.bb
b/packages/python/python-fuse_cvs.bb
index
e803b7f
..
d017e28
100644
(file)
--- a/
packages/python/python-fuse_cvs.bb
+++ b/
packages/python/python-fuse_cvs.bb
@@
-1,11
+1,15
@@
DESCRIPTION = "FUSE Python bindings."
LICENSE = "GPLv2"
+DEPENDS = "fuse"
PV = "0.0+cvs${SRCDATE}"
+PR = "r1"
+
SRC_URI = "cvs://anonymous@fuse.cvs.sourceforge.net/cvsroot/fuse;module=python"
inherit distutils
S = "${WORKDIR}/python"
+FILES_${PN}-dbg += "${libdir}/python*/site-packages/fuseparts/.debu*"