summaryrefslogtreecommitdiff
path: root/packages/python/python-fuse_cvs.bb
blob: d017e285365834c7339dc6f9f8865aea4e2c5bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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*"
er1 2005-07-24Upstream upgradeOyvind Repvik3 2005-07-09LICENSE = GPL -> LICENSE = "GPL"Holger Freyther1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi