From: Koen Kooi Date: Mon, 7 May 2007 17:54:20 +0000 (+0000) Subject: python-fuse: fix packaging and depends, spotted by Junqian Gordon Xu X-Git-Tag: Release-2010-05/1~8868^2~606^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c35fad6b345e26547421f614fc2ac5a1f54cf6;p=openembedded.git python-fuse: fix packaging and depends, spotted by Junqian Gordon Xu --- diff --git a/packages/python/python-fuse_cvs.bb b/packages/python/python-fuse_cvs.bb index e803b7fc62..d017e28536 100644 --- 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*"