blob: 332238e62e2c60729b419cd2bd20cdf27a485727 (
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}"
FILE_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*"
|