python-fuse: fix packaging and depends, spotted by Junqian Gordon Xu
authorKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 17:54:20 +0000 (17:54 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 7 May 2007 17:54:20 +0000 (17:54 +0000)
packages/python/python-fuse_cvs.bb

index e803b7f..d017e28 100644 (file)
@@ -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*"