blob: e803b7fc6237e43a8d84553f5a04be4e9a86e470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "FUSE Python bindings."
LICENSE = "GPLv2"
PV = "0.0+cvs${SRCDATE}"
SRC_URI = "cvs://anonymous@fuse.cvs.sourceforge.net/cvsroot/fuse;module=python"
inherit distutils
S = "${WORKDIR}/python"
|